sample-app-aoai-chatGPT
sample-app-aoai-chatGPT copied to clipboard
Internal Server Error
New deployments of this web app from the Azure AI Studio Preview are resulting in an "Internal Server Error". This occurs with or without deploying Chat History.
I'm seeing the same behavior. App Service Logs and Diagnostic Logs show these errors:
TypeError: Quart.__call__() missing 1 required positional argument: 'send'
Hi, we're looking into an issue with AI studio web app deployment. In the meantime, you can try to deploy from Azure OpenAI Studio.
@cameronjy @jbrodsky-code You can also "rescue" your AI studio app by configuring the App Startup command like below:
Be sure to restart the app and give it a few minutes before trying again.
@sarah-widder That startup command worked. Thanks again!
This fix worked for me too. Thanks, @sarah-widder!
Worked for me to :)
it worked well Thx b. I was struggling with persistent 'internal errors' during local deployment, but I managed to resolve the issue using the method described above.
I am getting this error as well and I have written the startup command.