-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] Webpage loading fails after run azd up
, occasionally reloads successfully
#49
Labels
bug
Something isn't working
Comments
19 tasks
This is a transient bug I'm seeing with ACA related to websocket ports. I'm switching the deployment to App Service to see if that permanently resolves this port issue. |
This was referenced Oct 22, 2024
Closed
Merged
This has been fixed by setting up WebSocket polling |
There seems to be an issue with the HTTPS transport in Azure Container Apps.
|
This should now be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After run command
azd up
, click the endpoint to load web page, an error occurred, and in 5 reload results, 2 were successful and 3 had this error, as follows:Repro steps
azd auth login
.azd init --template cosmos-db-nosql-dotnet-quickstart
.azd up
.Expected behavior
After running
azd up
, the web page can be loaded successfully and stably.Environment
@hemarina and @seesharprun for notification.
The text was updated successfully, but these errors were encountered: