nestjs-auth0
nestjs-auth0 copied to clipboard
You must provide the domain configuration value to use passport-auth0
when i'd like to run, show error like this. What's wrong?

when i'd like to run, show error like this. What's wrong?
u haven't set AUTH0_DOMAIN in the .env file which should add in the root dir.
I'm having the exact problem, despite having:
AUTH0_DOMAIN=https://a4rb.auth0.com/
in my .env file.