john0isaac / rag-semantic-kernel-mongodb-vcore

A sample for implementing retrieval augmented generation using Azure Open AI to generate embeddings, Azure Cosmos DB for MongoDB vCore to perform vector search, and semantic kernel.
https://techcommunity.microsoft.com/t5/educator-developer-blog/build-rag-chat-application-using-azure-openai-and-cosmos-db-for/ba-p/4055852
MIT License
28 stars 44 forks source link

Fail to load web page after "azd up" #8

Closed Menghua1 closed 4 months ago

Menghua1 commented 4 months ago

Describe the issue: After running the azd up command and clicking on the endpoint URI in the output, the following error appears: image Repro Steps:

  1. Clone code.
  2. Run azd auth login.
  3. Run azd up.
  4. Click the endpoint URI in the output.

Environment:

Expected behavior: The web pag can load normally.

@john0isaac and @hemarina for notification.

john0isaac commented 4 months ago

Hey @Menghua1, Thank you for testing.

Can you please confirm that the deployment succeeded from Azure App Service?

The website works perfectly fine after deploying but sometimes the deployment part fails which requires you to run azd deploy to deploy the website successfully.

john0isaac commented 4 months ago

@Menghua1 I just deployed this and it works fine for me. image

image

Menghua1 commented 4 months ago

@john0isaac Sorry, I tested on the local vscode. After testing on codespaces again, I did not encounter this issue.

john0isaac commented 4 months ago

@Menghua1 No worries, Thank you so much!