Skip to content

fix(IN-314): vercel 배포 에러 해결#140

Merged
kimYunHyeong merged 1 commit into
developfrom
IN-320
May 31, 2026
Merged

fix(IN-314): vercel 배포 에러 해결#140
kimYunHyeong merged 1 commit into
developfrom
IN-320

Conversation

@kimYunHyeong

Copy link
Copy Markdown
Collaborator

📌 작업 개요

원인: useSearchParams()를 사용하는 컴포넌트들이 Next.js 빌드 시 SSR 정적 분석 대상에 포함되어, 경계가 있어도 프리렌더링 단계에서 에러 발생.

해결: 패턴 → dynamic(ssr: false)로 교체하여 해당 컴포넌트들을 SSR 분석 대상에서 완전히 제외.

🗂 작업 유형

해당하는 항목에 x를 채워 주세요.

  • 기능 추가 (feat)
  • 버그 수정 (fix)
  • 리팩토링 (refactor)
  • 스타일 / UI 수정 (style)
  • 성능 개선 (perf)
  • 테스트 (test)
  • 기타 (chore, docs 등)

✏️ 작업 내용

✅ 셀프 체크리스트

머지 전 직접 확인해 주세요.

  • 로컬에서 정상 동작 확인
  • 불필요한 콘솔 로그, 주석, 디버그 코드 제거
  • 타입 에러 없음

💬 리뷰어에게

원인: useSearchParams()를 사용하는 컴포넌트들이 Next.js 빌드 시 SSR 정적 분석 대상에 포함되어, <Suspense> 경계가 있어도 프리렌더링 단계에서 에러 발생.

해결: <Suspense> 패턴 → dynamic(ssr: false)로 교체하여 해당 컴포넌트들을 SSR 분석 대상에서 완전히 제외.
@vercel

vercel Bot commented May 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inflace Building Building Preview, Comment May 31, 2026 2:48pm

@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kimYunHyeong, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 3 minutes and 41 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d4fb6fa8-2c0c-45d7-91bd-e1161f062fa7

📥 Commits

Reviewing files that changed from the base of the PR and between f607ea7 and 8062b73.

📒 Files selected for processing (5)
  • src/pages/influencer/ui/BookmarkedInfluencerPage.tsx
  • src/pages/influencer/ui/InfluencerPage.tsx
  • src/pages/videos/ui/VideosPage.tsx
  • src/widgets/influencer/ui/InfluencerFilter.tsx
  • src/widgets/videos/ui/SearchAndFilter.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch IN-320

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kimYunHyeong kimYunHyeong merged commit fcb5037 into develop May 31, 2026
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant