vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.65k stars 1.88k forks source link

getting a failed build after chapter 7 #494

Closed WarrenAdams8 closed 8 months ago

WarrenAdams8 commented 9 months ago

I am getting a failed Vercel build after chapter 7,It is working locally.

failed build

I copied the .env.local from Vercel correctly, so I am unsure why it isn't working.

jpkdomgen commented 9 months ago

Hi,

Please copy .env.local data to .env file at root of the project.

that should solve the issue.

image

leerob commented 8 months ago

^ Yes, please ensure the environment variables are correct! Thank you.