Invalid redirect_uri expected string got undefined

Hi @HausCloud,

I am also having the same issue. I cloned the example from https://github.com/auth0-samples/auth0-python-web-app, and modified the client id, domain, client secret and callback url in the .env file. In the Auth0 application settings, I added the

http://localhost:3000/callback

in Allowed Callback URLs and

http://localhost:3000

in Allowed Logout URLs.

Once I run the server and login via my gmail, I get the invalid redirect_uri message.

Any ideas?

Regards
Paul