Invalid domain error with laravel app

i currently use auth0 with laravel project and create an app on auth0 website and when i use domain in the laravel domain the following error happen with me (invalid domain ) , how can i fix this error please ?

I typically solved this problem by adding my domain and a localhost with http and https protocol into Allowed Callback URLs.

I think it’s doing the callback first, just to make sure that domains are valid within Auth0’s callback whitelist.

1 Like