wallter
Oops!, something went wrong
nvalid_request: The redirect_uri parameter is not valid: “local.accounts.wallter/auth0/callback” If url looks fine, check that you are not including non printable chars
I tried to google yet found nothing.
Any Idea? Can you please help?
Hi James,
I added the redirect_url was missing ‘http://’ . and it fixed it.
Thanks a lot!
p.s.
Just to notice I followed
laravel quickstart https://manage.auth0.com/#/applications/IGjX7qTuzaSkcsx7rzO0Hr2TSEedobiF/quickstart
I read there redirect_uri - The callback URI for your Laravel application to handle the login response from Auth0; by default this is APP_URL/auth0/callback (required)
=>
I suppose you meant ‘http:’ is inside APP_URL …