Skip to content
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

Closed
Menghua1 opened this issue Oct 22, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@Menghua1
Copy link
Member

Menghua1 commented Oct 22, 2024

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:
image

Repro steps

  1. Run azd auth login.
  2. Run azd init --template cosmos-db-nosql-dotnet-quickstart.
  3. Run azd up.
  4. Click the web link.

Expected behavior

After running azd up, the web page can be loaded successfully and stably.

Environment

  1. Azd version: azd version 1.10.3 (commit 0595f33fe948ee6df3da492567e3e7943cb9a733)
  2. OS: Windows
  3. Templates: https://github.com/azure-samples/cosmos-db-nosql-dotnet-quickstart

@hemarina and @seesharprun for notification.

@seesharprun
Copy link
Collaborator

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.

@seesharprun
Copy link
Collaborator

This has been fixed by setting up WebSocket polling

@Menghua1
Copy link
Member Author

After testing the latest code, web page loading still fails, and occasionally reloading succeeds. The error page is as follows:
image

@seesharprun
Copy link
Collaborator

There seems to be an issue with the HTTPS transport in Azure Container Apps.

@seesharprun seesharprun reopened this Oct 23, 2024
@seesharprun
Copy link
Collaborator

This should now be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants