auth0-samples/auth0-python-web-app

"message": "mismatching_state: CSRF Warning! State not equal in request and response."

RicardoASP opened this issue · 1 comments

Testing the quick start repo and getting the following error, right after I create a new user:
Terminal:
127.0.0.1 - - [16/Sep/2021 14:26:26] "GET /callback?code=8MhzbyBT86ezkFrr&state=gW9kEsq9Hnizp7gAqs4MTyDieWtFAq HTTP/1.1" 500 -
Browser response:
"message": "mismatching_state: CSRF Warning! State not equal in request and response."

Note:
I made sure http://localhost:3000/callback was added to "Allowed Callback URLs" in Auth0 dashboard and http://localhost:3000/logout to "Allowed Logout URLs".

Thank you!

Nevermind, just checked the old issues and found the answer