Could not find a production build
Why This Error Occurred
When running next export a production build is needed.
Possible Ways to Fix It
- Run
next buildto create a production build before runningnext export. - If your intention was to run the development server run
next devinstead.
Was this helpful?