Hi there.
Each time I try to add auth0 to my project, I get this error: Invalid URL. Each time I have to double and triple check if I set up all urls correctly, so, here they are:
Allowed callback urls: “http:// localhost:3005/auth/callback”
Allowed logout urls: “http:// localhost:3005”
Allowed web origins: “http:// localhost:3005”
(there is a space between http:// and localhost because of rules of this form)
And I still get the same error. I didn’t change any env variables, so, the functionality just stopped working. I’m not able to read the problem from logs, they contains the same useless messages like
{
“message”: “Invalid URL”,
“oauthError”: “access_denied”,
“type”: “oauth-authorization”
}
So, here is a gentle request to Auth0 team: could you please make your product more stable and more convenient to use? And please do something with logs system, it’s not possible to detect errors now.
Regards.