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

Chat App Service Stops Responding After Adding Azure Cognitive Search Details #439

Open
smegithuborg opened this issue Dec 6, 2023 · 3 comments
Labels

Comments

@smegithuborg
Copy link

smegithuborg commented Dec 6, 2023

Hello,

I'm experiencing an issue with the Azure OpenAI Chat app service, which is based on the GitHub repository sample-app-aoai-chatGPT. The chat functionality works as expected until I add the Azure Cognitive Search service details to the environment variables. Once these details are added, the chat stops responding.

Details of the Issue:

The chat app operates correctly without the Azure Cognitive Search integration.
Upon adding the Azure Cognitive Search details to the environment variables (AZURE_SEARCH_SERVICE, AZURE_SEARCH_INDEX, AZURE_SEARCH_KEY), the chat feature ceases to work.
I have confirmed that the Azure Cognitive Search service is operational by successfully performing a test query using Postman and receiving a 200 OK response with the correct data.
The environment variables for the Azure Cognitive Search service are correctly set in the app service configuration.

I am seeking assistance in diagnosing and resolving this issue. Has anyone encountered a similar problem, or can anyone provide insights into potential causes or troubleshooting steps I may have missed?

@smegithuborg
Copy link
Author

image

@sarah-widder
Copy link
Contributor

Hi @smegithuborg can you try enabling DEBUG in the app? This will allow the full request payload to be logged to the app service logs to help debug.

Copy link

github-actions bot commented Jan 5, 2025

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants