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?


1 Reply
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