Content
Error 422
Added by David L almost 5 years ago
Hello everyone!
I get too the 422 Error ([Error 422] Unable to verify Cross-Site Request Forgery token. Did you try to submit data on multiple browsers or tabs? Please close all tabs and try again.) when I try to login in my Openproject.
It's a docker container and until few days ago it worked well.
When I do a docker logs openproject it shows this:
App 438 output: Can't verify CSRF token authenticity.
App 438 output: [current_user=Anónimo] [reference=csrf_validation_failed] CSRF validation error (No session cookie present)
App 438 output: method=POST path=/login format=html controller=AccountController action=login status=422 duration=70.89 view=21.60 db=4.95 user=3
I run this container directly, without any reverse proxy between browser and Openproject. It's the latest version available.
Thanks in advanced.