Missing Environment Variable
Used in this guide:Next.js 15.3.4
Vercel
Loading...
Error: Neither apiKey nor config.authenticator provided
If you see this error when deploying your Next.js app to Vercel, it typically means your app is trying to access an external service (like Sanity, Stripe, R2, or others) but required environment variables are missing in your deployed environment.
example:
Tip: You can also redeploy by clicking the Redeploy button again after making these changes.