nextjs를 output='standalone'으로 빌드시
Cannot find module 'next/dist/server/future/route-modules/pages/vendored/contexts/amp-context'
오류가 발생
원인
build 하고 standalone/.next/node_modules/next/dist 폴더에
shared 디렉토리만 존재하고 있음. 모듈 빌드가 제대로 되지 않은듯
해결책
nextjs 버전을 변경한다.
^14.2.21 버전에서 ^14.2.13으로 변경
댓글 없음:
댓글 쓰기