dheerajturaga commented on issue #48825: URL: https://github.com/apache/airflow/issues/48825#issuecomment-2817172012
@Dev-iL , I had set my base_url to `https://mycompany.com/airflow/` and things are working smoothly (running 3.0.0rc4) . One thing I noticed is I'm unable to access airflow with `http://hostname:8080` or `http://hostname:8080/airflow` anymore, both of them redirect me to the base_url. Its not a blocker for me personally. The other thing I noticed was when I logout, it redirects me to `https://mycompany.com/api/v2/auth/logout` which doesn't exist it should have done a `https://mycompany.com/airflow/api/v2/auth/logout`. The `/airflow` is being stripped out somewhere during the logout url calculation -- 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]
