Hi @hello11,
Welcome to the Auth0 Community!
You are getting this error because of the localhost
domain.
This is from our docs:
The
login_url
should point to a route in the application that ends up redirecting to Auth0’s/authorize
endpoint, e.g.https://mycompany.org/login
. Note that it requireshttps
and it cannot point tolocalhost
.login_url
can include query parameters and a URI fragment.
It looks like some users found this solution helpful: