Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (31)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
Summary
apps/web를 Next 16.1.6 + React 19.2 기반으로 업그레이드하고 관련 설정(next.config.mjs,tsconfig.json, lockfile, favicon)을 정리했습니다.middleware를proxy로 전환하고, async request API(params,cookies)와revalidateTag시그니처를 호환되게 수정했습니다.dynamic(..., { ssr: false })패턴을 클라이언트 경계 래퍼로 분리하고,next/image레거시 prop 및FileListSSR 이슈를 해결해 빌드를 안정화했습니다.Commits
Verification
pnpm --filter @solid-connect/web run typecheckpnpm --filter @solid-connect/web run buildapps/web,apps/admin) 통과Code Review Notes
Sentry관련 경고(onRequestError,instrumentation-client)는 빌드 성공에 영향은 없지만 후속 정비가 필요합니다.metadataBase미설정 경고는 기능 오류는 아니며 SEO/메타 URL 안정화를 위해 추후app/layout.tsx메타데이터에 반영 권장합니다.apps/admin/.output/*변경은 커밋/PR 범위에서 제외했습니다.