julien92git commented on issue #24579: URL: https://github.com/apache/superset/issues/24579#issuecomment-1618436431
The error I'm getting when trying to login is : The CSRF session token is missing After googling this error, I've found out that the parameters below must by modified in the .../superset/config.py file : SESSION_COOKIE_SAMESITE = None SESSION_COOKIE_SECURE = False SESSION_COOKIE_HTTPONLY = False WTF_CSRF_ENABLED = False I've modified these, and tried again : sudo docker compose -f docker-compose-non-dev.yml pull sudo docker compose -f docker-compose-non-dev.yml up ... but still the same issue :( -- 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]
