-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to open test application when running app-localtest with podman #84
Comments
Hi, if this is still an issue: Can you try replacing host.docker.internal in {
"AuthnGeneralSettings": {
"PlatformEndpoint": "http://localhost:5101/"
},
"LocalPlatformSettings": {
"LocalAppMode": "http",
"LocalFrontendHostname": "MyLocalHostName.local",
"LocalAppUrl": "http://MyLocalHostName.local:5005",
"LocalTestingStorageBasePath": "/AltinnPlatformLocal/",
"LocalTestingStaticTestDataPath": "/testdata/",
"LocalGrafanaUrl": "http://monitoring_grafana:3000"
}
} I was facing the same problem and think this was the change that resolved the same error as you observed. |
…ing and describing workaround/solution for #84
FYI; Also found that (in my case) the networking must be set to "user-mode" when creating the podman machine. Full description is in the linked PR. |
* Update based on recent run-through. Updated .net rewuirement, formatting and describing workaround/solution for #84 * Linux users are first class citizens. Vfkit is perhaps not needed after Podman 5.0.0, so splitting this to a separate segment.
Description of the bug
I did the following:
Steps To Reproduce
Additional Information
Windows 11 Enterprise, Microsoft .Net SDK 6.0.418, podman desktop 1.7.1, podman 4.9.2
The text was updated successfully, but these errors were encountered: