oleksii-revutskyi opened a new issue, #33814: URL: https://github.com/apache/superset/issues/33814
### Bug description After installing Superset in Docker v4.1.2 I'm facing login issues - I've created admin user and one more. After entering credentials page just reloads with empty login and password fields. I've checked - there is normal connection with DB, users created, all pods are running and in healthy status As I understand it from logs - issue with CSRF "The CSRF session token is missing" even if I write in configuration WTF_CSRF_ENABLED = False So there is some issue with the application itself can't manage its own token correctly when proxied. Python version 3.12.3 ### Screenshots/recordings Page just reloads <img width="807" alt="Image" src="https://github.com/user-attachments/assets/b0aaa62d-c177-4d27-a01f-a1d8857feaf4" /> ### Superset version 4.1.2 ### Python version Not applicable ### Node version Not applicable ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
