Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextjs의 동적라우팅과 정적 빌드를 같이 실행했을때 빌드에 실패하는 문제 "generateStaticParams()" so it cannot be used with "output: export" config #4

Closed
JaeJunday opened this issue Mar 25, 2024 · 2 comments

Comments

@JaeJunday
Copy link
Contributor

문제상황

배포를 위한 환경을 구성하던 중 첫 페이지 제공을 위한 nodejs컨테이너를 사용하는것이 불필요하다고 판단되었습니다.
프론트 코드를 정적빌드하던중 앱라우터의 동적라우팅 기능을 함께 사용했을때 에러가 발생하는것을 확인했습니다.

관련이슈

vercel/next.js#54393

해결방법

  1. nextjs page 라우터로 변경
  2. pure react 사용
@JaeJunday
Copy link
Contributor Author

다른 해결법
컨테이너 아키텍쳐를 수정하여 nodejs서버를 추가로 사용하는 방식

@JaeJunday
Copy link
Contributor Author

동적세그먼트를 사용하면서 정적빌드를 진행하려고 할때
generateStaticProps와 query를 이용하는 방법중 query를 선택

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant