#Error while deploying nextjs storefront
1 messages · Page 1 of 1 (latest)
Looks very similar to this issue from earlier this year: https://answers.netlify.com/t/netlify-build-failed-suddenly-in-the-edge-functions-bundling-phase/72201/3. Might just be a temporary outage. Otherwise I would recommend that you look into Vercel if you want to get it up right now 🙂
Okay strange, do you get any error logs from Vercel at all?
Hmm, just tried to deploy it my self to Vercel and works fine. Did you make any changes to the project?
Your title says Nextjs starter but you are using Gatsby starter
The repo link in your last Vercel screenshot is for Gatsby
You didn’t set the backend url in the environment variables so it’s trying to reach the backend on localhost:9000 which obviously won’t work when you have deployed the starter 😄