I’m using Aut0 for the authentication of my web app, but the callback handling is giving me some trouble
here is the CODE and the log from Auth0.
This is the allowed call back URLs
{
http:// localhost:3000/callback,
http:// 0.0.0.0:3000/callback,
http:// 0.0.0.0:5000/callback,
http:// 127.0.0.1:5000/callback
}
To give more context in to the subject. I’m using VsCode Runing python code in the terminal button that automatically detects changes and restart the server, also tried with flask run, deleted the pycache files, use incognito mode,
My OS is the latest Manjaro everything updated, please any idea what’s going on?
some time it works, but almost never works, and i’m stock right now. thanks in regards
Bye the way this is the error i’m getting in the console
“GET /login HTTP/1.1” 302 -
“GET /callback?code=****************&state=*****************C HTTP/1.1” 500 -