I am trying to implement the get user profile quick start Auth0 Python SDK Quickstarts: Login
After I set it up and login though, I am getting the following errors:
127.0.0.1 - - [20/Jul/2020 19:43:42] “GET /login HTTP/1.1” 302 -
127.0.0.1 - - [20/Jul/2020 19:43:58] “GET /callback?code=SXf7h4pqGQdEZcTE&state=wgRZEiCFLmtERHuZ68ExMvQ9d3Mln5 HTTP/1.1” 500 -
{
“message”: “mismatching_state: CSRF Warning! State not equal in request and response.”
}