-
Notifications
You must be signed in to change notification settings - Fork 281
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
CSRF token validation failed error after 2.4 install #341
Comments
I'm using master, so it it possible that the latest pull request with the apc default could have broken things? |
It works once I switch to the 2.4 branch |
As @jgadbois said, switching the Docker Repo 2.4 branch fixes this issue. |
I finally resolve this issue with this trick |
@jgadbois @shieldheart This doesn't seem to be a solution anymore. I'm trying to use 2.4 but still receive this error. |
If you checkout branch 2.4, need rm before build image. rebuild image. |
I'm attempting to install cachet via docker with the latest dockerfile. Everything works fine until I attempt to login, then I get CSRF TOKEN VALIDATION FAILED errors on login.
I've tried overriding SESSION_DRIVER with pretty much every option (database, file, etc), but no matter what I get this error.
The text was updated successfully, but these errors were encountered: