-
Notifications
You must be signed in to change notification settings - Fork 197
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
Comments
Does it still display the stream timeout if you wait 10 minutes? Are there any errors in the logs? |
Based on the latest code test, the above issue can no longer be reproduced. |
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
Describe the issue:
![image](https://private-user-images.githubusercontent.com/138103031/355366497-1cd6930a-bd45-47da-a9f2-63d2cf31e129.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTA0NDgsIm5iZiI6MTczOTE5MDE0OCwicGF0aCI6Ii8xMzgxMDMwMzEvMzU1MzY2NDk3LTFjZDY5MzBhLWJkNDUtNDdkYS1hOWYyLTYzZDJjZjMxZTEyOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMjIyMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iY2Q5NDdhMmMxYjg4NmMxMzZmM2ViODdiNjBmYTFjNmMzYTQ5ZmFiMjJkYjIwNmE4MDRlNzViNDFjNzdlZjM5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.CHAID6kOGazsOwWCreLxut1rgJpDSaZp63-7szk0dGc)
![image](https://private-user-images.githubusercontent.com/138103031/355369824-aeab3715-4420-4b5b-b001-584cc47e9559.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTA0NDgsIm5iZiI6MTczOTE5MDE0OCwicGF0aCI6Ii8xMzgxMDMwMzEvMzU1MzY5ODI0LWFlYWIzNzE1LTQ0MjAtNGI1Yi1iMDAxLTU4NGNjNDdlOTU1OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMjIyMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wMDJlMTkzZDI1ZGFkZmQxY2E3ZTg3N2M4MDEzM2VmNzExN2RmMmNmMTUyZmI1NTMzNzYxMGZiODlhMDUyM2RiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.51wi07_kvynu2O2L75WNFhWLzYaExMDHQbIgWXDQQzY)
After
azd up
, opening the deployed web page shows failure, the error is as follows:Repro Steps:
azd auth login
azd up
Environment:
Expected behavior:
The web pag can load normally.
@jongio and @pamelafox for notification.
The text was updated successfully, but these errors were encountered: