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

Fail to load web page after azd up #73

Closed
NanaXiong00 opened this issue Aug 6, 2024 · 3 comments
Closed

Fail to load web page after azd up #73

NanaXiong00 opened this issue Aug 6, 2024 · 3 comments

Comments

@NanaXiong00
Copy link

Describe the issue:
After azd up, opening the deployed web page shows failure, the error is as follows:
image
image

Repro Steps:

  1. Open in GitHub Codespaces.
  2. Run azd auth login
  3. Run azd up
  4. Open the deployed web page.

Environment:

  • Azd version: azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
  • OS: Codespaces

Expected behavior:
The web pag can load normally.

@jongio and @pamelafox for notification.

@pamelafox
Copy link
Contributor

Does it still display the stream timeout if you wait 10 minutes? Are there any errors in the logs?

@NanaXiong00
Copy link
Author

Based on the latest code test, the above issue can no longer be reproduced.

@pamelafox
Copy link
Contributor

Thanks, closing! We did get a fix a few days ago that may have been the culprit.

ManjulaChintharla added a commit to ManjulaChintharla/rag-postgres-openai-python that referenced this issue Dec 30, 2024
added below code at line Azure-Samples#73
// Reference the existing resource group
resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' existing = {
  name: existingResourceGroupName
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants