[NextJS] Try building your app with 'next build' before starting the production server.

박혜미·2022년 4월 1일
3

NextJS

목록 보기
1/1
Try building your app with 'next build' before starting the production server.

공식문서에 따라 next build 해봤지만 같은 에러가 반복되었다.

이 경우에는

npm run build 
npm start or npm run dev

하면 정상적으로 작동된다.

profile
개미

0개의 댓글