arroadie commented on issue #49495:
URL: https://github.com/apache/airflow/issues/49495#issuecomment-2822092873

   I think @Dev-iL is on the right track. I'm deploying the docker image 
(latest -> 07fc276fd638) and putting the service behind nginx. When hitting the 
service at `/` it redirects to 
`http://airflow.my_local_domain/auth/login/?next=http://airflow.my_local_domain/home`
 and directly into a 403 forbidden. If I remove the trailing slash from the URL 
it redirected to `http://airflow.my_local_domain/auth/login` I can reach the 
login page but it then goes back to the wrong page after submitting and back to 
the original `auth/login/` with trailing slash.
   
   I've tried this with a fresh deployment and also removing the airflow.cfg 
file from the container.
   


-- 
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]

Reply via email to