rino0601 commented on issue #25269: URL: https://github.com/apache/airflow/issues/25269#issuecomment-1193496879
I also met this error, then I found my instance's werkzeug version is `2.2.0` which is doesn't match with [constraints-3.9.txt](https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.9.txt) list. (werkzeug==2.1.2) so I downgrade werkzeug to 2.1.2, problem solved in my case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
