maxwellfortney / next-candy-machine

Simplified NextJs with typescript example app integrated with Metaplex's Candy Machine
MIT License
123 stars 116 forks source link

Build error occurred #3

Closed alexandrecarvalheira closed 3 years ago

alexandrecarvalheira commented 3 years ago

working fine on localhost but not working on vercel deploy, any idea?

build error

maxwellfortney commented 3 years ago

Did you add the environment variables to the project in Vercel?

maxwellfortney commented 3 years ago

Also make sure u have pulled the latest version of the repo. There was a Eslint error causing build to fail.

maxwellfortney commented 3 years ago

This is a problem caused by not creating the .env variables within Vercel.