-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
KeyError: 'PROVIDE_AUTOMATIC_OPTIONS' (Flask update) #1173
Comments
Solved by changing deployment type to manual (not via WEB) and pinning |
Was using it since two weeks in a manual deployment just cloning the repo. Encountered same issue since today. Pinning flask also did it for me. |
For me, it's not really solved; the deployment is successful, but when I go to the page, I get this new error:
I can imagine it's because of a library version mismatch. Is this happening to you, @alexandreweiss? |
So, I took Python code and ran it into an AWS EC2 instance to demonstrate some capabilities of our networking product (Aviatrix) |
@alexandreweiss thank you for your response. The second issue was due to my incorrect configuration of the WebApp variables. |
Thank you. We had the same issue today and it is fixed by pinning Flask[async]==3.0.3 on requirements.txt. |
Confirmed this fix works. |
Confirm this fix works 👍 |
Describe the bug
App won't start after default deployment. I ran the deployment from the Azure OpenAI studio:
This lets you create a WebApp and it deploys it with a link back to this repo.
To Reproduce
Steps to reproduce the behavior:
KeyError: 'PROVIDE_AUTOMATIC_OPTIONS'
(trying to access missing key from dict).Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration: Please provide the following
Output:
Logs
Additional context
Recent Flask update is causing this issue: Related Issue #371 on Quart's GitHub Repository
The text was updated successfully, but these errors were encountered: