Nextjs 4.1.0 auth0 error generic localhost

I tried to up this example in my demo tenant:

Ocorreu um erro ao executar a solicitação de descoberta. Certifique-se de que a variável de ambiente AUTHO_DOMAIN esteja configurada

My region is US, Do I need to input “us” in the middle? I tried to input and received the same error.

In forun, I saw about a problem with localhost url and cache…

What’s the correctly resolution for this?

Error in browser when I input: “localhost:3000/auth/login”

An error occured while trying to initiate the login request.

I look for:

#https://github.com/auth0/nextjs-auth0/issues/1832#issuecomment-2515680592#

Hi @thiago.mouro,

The error is saying that the AUTH0_DOMAIN has not been provided. Did you provide the Auth0 domain to the environment variables?

Have a good one,
Vlad