So I’m just uploading my first vercel app. I npm run build and then, i get an error that says failed to load next.config.js. And npm run build error. I tried changing my next config js, i even tried making an env.mjs file instead of a .js file, even tried the ci = false hack people wer talking about. Just wondering what’s there left to try.
Using next, shadcn, the website renders perfectly on the web just when i try to deploy i get a bunch of warnings and then its an issue. Anyone know anything?