Environment Variables not found

Hi, I deployed my Next.js project using Vercel, but in production I'm getting these messages. Checklist: I checked my environment variables in the host. I checked the variable names carefully. However, the issue is still not solved. Could you please help me?
No description
No description
1 Reply
rhitune
rhitune4d ago
add environment variable on vercel and redeploy app also add it in next.config.ts env: { AUTH_GOOGLE_ID: process.env.AUTH_GOOGLE_ID } example

Did you find this page helpful?