-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even with WTF_CSRF_ENABLED = False, I still get CSRF errors #24717
Comments
Switching to 2.1.1rc1, and this issue does not occur for me. Only on the 3.0.0rc1 branch I have this issue. |
Got the same issue installing 3.0.0Rc2 with pip on Ubuntu 22.04. |
I found this in the superset repo https://github.com/apache/superset/blob/master/.github/workflows/ecs-task-definition.json When I followed it by setting |
Same here with latest docker-compose-no-dev. Unable to log in. |
This issue seems not to have been solved, I have installed it with docker and made configuration changes on the superset_config.py file. ERROR INFO: |
Please check #24579. Specifically if configuring TALISMAN resolves the issue. |
This works for me. 👍 |
Closing this since we seem to have a winning solution. Holler if this needs any revisit. |
I still see this when celery workers try cache warmup. Setting WTF_CSRF_ENABLED = False in superset_config.py has no effect. |
I'm having the same issue on 3.10, after setting WTF_CSRF_ENABLED = False the problem remains |
Ok... reopening... I wish I had a pointer for this one 😓 |
I was able to fix it but not sure how, I think we can close this issue |
A clear and concise description of what the bug is.
How to reproduce the bug
Brand new installation, using TAG=3.0.0rc1 docker compose -f docker-compose-non-dev.yml up
I have WTF_CSRF_ENABLED = False in superset/config.py
When i try to log in as my user, i get no error page and the console logs the following:
Expected results
I would expect to be logged in
Actual results
Console simply logs an exception
Environment
(please complete the following information):
Chrome,
Windows 11 Client
Almalinux 9 - Server/Docker host
Superset 3.0.0RC1
The text was updated successfully, but these errors were encountered: