ENV problems
Unanswered
Bnard posted this in #help-forum
BnardOP
even tho my env variables are in on vercel it keeps showing that my envs are null and giving next auth url warnings in logs , i even moved it to a new project nd it’s still doing the same thing did i press a wrong setting or sumthing cus the env was working for the longest until then
5 Replies
Giant panda
Have you read through this? https://nextjs.org/docs/app/guides/environment-variables
BnardOP
yea i read through it here’s my issue on terminal tho
NextAuth route env {
NEXTAUTH_URL: null,
AUTH_SECRET: null,
NEXTAUTH_SECRET: null,
PUBLIC_APP_URL: null,
NODE_ENV: 'production',
VERCEL_URL: null
}
NEXTAUTH_URL: null,
AUTH_SECRET: null,
NEXTAUTH_SECRET: null,
PUBLIC_APP_URL: null,
NODE_ENV: 'production',
VERCEL_URL: null
}
i feel like it’s a deeper issue
Giant panda
Without looking at it myself I'm not really sure how to help you here... Everything you need should be in the link I sent previously.