rsnext/errors/production-start-no-build-id.mdx
Delba de Oliveira 44d1a1cb15
docs: Migrate error messages to MDX and App Router. (#52038)
This PR is part of a larger effort to migrate error messages to MDX and
use App Router: https://github.com/vercel/front/pull/23459
2023-07-05 06:11:16 -07:00

12 lines
368 B
Text

---
title: Could not find a production build
---
## Why This Error Occurred
When running `next start` or a custom server in production mode a production build is needed.
## Possible Ways to Fix It
- Run `next build` to create a production build before booting up the production server.
- If your intention was to run the development server run `next dev` instead.