안녕하세요 삽질만 하다가 질문 드립니다.
Http 배포는 잘 되는데 (접속 페이지 잘 뜸)
Https 배포는
페이지에서 에러가 발생합니다..
Build Error
Next.js (15.0.3) Failed to compile
Module not found: Error: Can't resolve 'next/dist/pages/_app' in '/'
This error occurred during the build process and can only be dismissed by fixing the error.
Uncaught ModuleNotFoundError: Module not found: Error: Can't resolve 'next/dist/pages/_app' in '/'
인증서도 보유중이고, node.js 에서 next.js 프로젝트가 아닌 곳에서도 잘 사용되었습니다. (https로 잘됨)
혹시 next.js 에서 해야할 추가적인 것들이 있을까요?
-
이 게시글은
이용규에 의해 7 월 전에 수정됐습니다.