zbstof opened a new issue #10199: URL: https://github.com/apache/airflow/issues/10199
**Apache Airflow version**: 2.0.0.dev0, built from HEAD master branch **Environment**: don't know, maybe kubernetes **What happened**: 1. Log out of airflow. 2. Try to navigate directly to https://airflow.mycorp.com/variables/list (for example from browser bookmarks) 2a. URL should become `https://airflow.mycorp.com/login/?next=https%3A%2F%2Fairflow.mycorp.com%2Fvariable%2Flist%2F` 3. Enter username/password, hit enter 4. Browser sends POST request to `https://airflow.mycorp.com/login/?next=https%3A%2F%2Fairflow.mycorp.com%2Fvariable%2Flist%2F` 5. Response is returned with status code 302 and LOCATION header `https://airflow.mycorp.com/` **What you expected to happen**: 5. Response is returned with status code 302 and LOCATION header `https://airflow.mycorp.com/variables/list` **Anything else we need to know**: Reproduces every time ---------------------------------------------------------------- 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]
