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

   I found out the root cause, not the explanation though.
   
   When the user logs in, multiple redirection happen. The last one redirect 
towards home (`/`) and pass the token through cookie. You can see the 
`set-cookie` header below.
   
   <img width="1503" alt="Image" 
src="https://github.com/user-attachments/assets/801f273c-fb8f-445e-be5b-ebf840b89028";
 />
   
   When the browser redirects the user to the homepage, the cookie is not 
there, see below.
   
   <img width="1505" alt="Image" 
src="https://github.com/user-attachments/assets/f2b905ef-b914-4d13-bbe6-8e7cd4d14475";
 />
   
   This does not happen when using localhost


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