-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Error : An error occurred. Answers can't be saved at this time. If the problem persists, please contact the site administrator. #1261
Comments
This problem usually related to Azure OpenAI API parameters in your .env file, if you share your error trace, I think it will be easier to figure it out. |
I got the same problem. Started to happen yesterday all of the sudden. |
Hi !
|
Have you checked your cosmos db network configuration? |
Yes, I performed a cross-test by connecting an old web app (which I updated today with commit 8727b16) to the same database. Mysteriously, I never get any errors, and everything works perfectly. However, as soon as I switch to the new application, the problem persists randomly. For example: I just tried in a new conversation, and it works: I try the test again in a new conversation a few seconds later: I checked by refreshing the page, and the response is not saved in the database. As if either the authentication or the response format was preventing the record from being saved. |
have you recently changed the app service plan in Azure for your application? This was the only change i did and ended up with this problem. I can't see any error logs in the cosmos db side. for some reason db update operation is failing and can not find any logs for that. |
I'm also using France Central region and had switch of App service plan from Premium v3 P0V3 to Premium v3 P2V3. So, almost identical story with yours. can you set DEBUG: true in env variable of your app and to see the logs what is causing it? |
Describe the bug
Can't save history :
Error : An error occurred. Answers can't be saved at this time. If the problem persists, please contact the site administrator.
To Reproduce
Active PromptFlow
Active Chat History
Send long message
Screenshots
![Image](https://private-user-images.githubusercontent.com/77786503/411098284-cde873f9-390a-4662-80d3-140fc7613fa1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjQwOTcsIm5iZiI6MTczOTQ2Mzc5NywicGF0aCI6Ii83Nzc4NjUwMy80MTEwOTgyODQtY2RlODczZjktMzkwYS00NjYyLTgwZDMtMTQwZmM3NjEzZmExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MjMxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM4NzMwZTNmOWUyY2E4ZGUwOWYwM2U4NmY4Y2YwZTY0M2M5YjU2ZGU0NjMyYjU0M2RkNGQ3ZTljM2U1NGU1MDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Q4yqbKbtHhj0yGs5_dx-jW4YnoHqWICDa8vXmDn8bjY)
Configuration: Please provide the following
The text was updated successfully, but these errors were encountered: