RobbeSneyders commented on issue #35234: URL: https://github.com/apache/airflow/issues/35234#issuecomment-1795739085
> 5. You should run the Connexion app instead of the Flask app, using an ASGI server. If you run the Flask app directly, the Connexion middleware would not be called. > ```shell > $ gunicorn -k uvicorn.workers.UvicornWorker run:connexion_app > ``` Based on feedback from our users, this seems to be the breaking change that is most difficult to handle. We improved our documentation on how to run Connexion using an ASGI server, and also documented a workaround to temporarily continue using a WSGI server. [See here](https://connexion.readthedocs.io/en/latest/v3.html#asgi-server). -- 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]
