mc@edgevantaM
Convex Community3y ago
5 replies
mc@edgevanta

Environment variable AUTH0_DOMAIN is used in auth.config.js but its value was not set: Vercel

I am scratching my head here attempting to deploy using Vercel and Next.js

my auth.config.js file looks like this
export default {
  providers: [
    {
      domain: process.env.AUTH0_DOMAIN,
      applicationID: process.env.AUTH0_CLIENT_ID,
    },
  ],
};


and i have the following configuration in the Vercel projects environment variables:
image.png
Was this page helpful?