Checklist
Description
Hello!
In your guide for Next.Js https://auth0.com/docs/quickstart/webapp/nextjs/interactive it uses the env var APP_BASE_URL but your Next.js sample https://github.com/auth0-samples/auth0-nextjs-samples/blob/main/Sample-01/.env.local.example uses AUTH0_BASE_URL. Is AUTH0_BASE_URL the correct one?
Also, the sample includes:
AUTH0_ISSUER_BASE_URL='https://{DOMAIN}'
AUTH0_AUDIENCE=
AUTH0_SCOPE='openid profile'
Are those required? Which are optional?
Reproduction
Check each of those urls...
Additional context
No response
Checklist
Description
Hello!
In your guide for Next.Js https://auth0.com/docs/quickstart/webapp/nextjs/interactive it uses the env var
APP_BASE_URLbut your Next.js sample https://github.com/auth0-samples/auth0-nextjs-samples/blob/main/Sample-01/.env.local.example uses AUTH0_BASE_URL. Is AUTH0_BASE_URL the correct one?Also, the sample includes:
Are those required? Which are optional?
Reproduction
Check each of those urls...
Additional context
No response