vsimon commented on pull request #9778: URL: https://github.com/apache/airflow/pull/9778#issuecomment-657314185
I think this is in the case where Airflow is run behind a reverse proxy. https://airflow.readthedocs.io/en/stable/howto/run-behind-proxy.html As in an example, if the proxy is configured to serve airflow from `/airflow` in it's configuration, then the base_url gives the ability to set the correct endpoint. What I notice without it is, when `/airflow/home` or `/airflow/graph` is accessed, airflow tries to redirect and fetch `/home` or `/graph` which are both 404s. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
