Skip to content

refactor: web next16 업그레이드와 호환성 정비#485

Open
manNomi wants to merge 7 commits intomainfrom
fix/univ-api-endpoint-clean
Open

refactor: web next16 업그레이드와 호환성 정비#485
manNomi wants to merge 7 commits intomainfrom
fix/univ-api-endpoint-clean

Conversation

@manNomi
Copy link
Contributor

@manNomi manNomi commented Mar 14, 2026

Summary

  • apps/web를 Next 16.1.6 + React 19.2 기반으로 업그레이드하고 관련 설정(next.config.mjs, tsconfig.json, lockfile, favicon)을 정리했습니다.
  • Next 16 변경사항에 맞춰 middlewareproxy로 전환하고, async request API(params, cookies)와 revalidateTag 시그니처를 호환되게 수정했습니다.
  • Server Component에서 허용되지 않는 dynamic(..., { ssr: false }) 패턴을 클라이언트 경계 래퍼로 분리하고, next/image 레거시 prop 및 FileList SSR 이슈를 해결해 빌드를 안정화했습니다.

Commits

  • chore: web 앱 Next 16 의존성과 설정을 정비
  • refactor: next16 비동기 요청 api와 proxy 규칙 전환
  • refactor: server component 제약에 맞춰 client 경계를 재구성
  • fix: next16 빌드에서 이미지와 파일 검증 호환성 보완

Verification

  • pnpm --filter @solid-connect/web run typecheck
  • pnpm --filter @solid-connect/web run build
  • git hook CI parity (apps/web, apps/admin) 통과

Code Review Notes

  • Sentry 관련 경고(onRequestError, instrumentation-client)는 빌드 성공에 영향은 없지만 후속 정비가 필요합니다.
  • metadataBase 미설정 경고는 기능 오류는 아니며 SEO/메타 URL 안정화를 위해 추후 app/layout.tsx 메타데이터에 반영 권장합니다.
  • 현재 작업과 무관한 apps/admin/.output/* 변경은 커밋/PR 범위에서 제외했습니다.

@vercel
Copy link

vercel bot commented Mar 14, 2026

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

Project Deployment Actions Updated (UTC)
solid-connection-web Ready Ready Preview, Comment Mar 14, 2026 0:56am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
solid-connect-web-admin Skipped Skipped Mar 14, 2026 0:56am

@coderabbitai
Copy link

coderabbitai bot commented Mar 14, 2026

Warning

Rate limit exceeded

@manNomi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 24 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 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 configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 64c05b88-0b3e-49b4-8ea9-7326111a5ef7

📥 Commits

Reviewing files that changed from the base of the PR and between 7244ef1 and ae48e4b.

⛔ Files ignored due to path filters (2)
  • apps/web/src/app/favicon.ico is excluded by !**/*.ico
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (31)
  • apps/web/next.config.mjs
  • apps/web/package.json
  • apps/web/src/apis/universities/server/getSearchUniversitiesByFilter.ts
  • apps/web/src/app/(home)/_ui/PopularUniversitySection/index.tsx
  • apps/web/src/app/(home)/page.tsx
  • apps/web/src/app/api/revalidate/route.ts
  • apps/web/src/app/community/[boardCode]/[postId]/Content.tsx
  • apps/web/src/app/community/[boardCode]/[postId]/modify/page.tsx
  • apps/web/src/app/community/[boardCode]/[postId]/page.tsx
  • apps/web/src/app/community/[boardCode]/create/page.tsx
  • apps/web/src/app/community/[boardCode]/page.tsx
  • apps/web/src/app/layout.tsx
  • apps/web/src/app/login/LoginPageClient.tsx
  • apps/web/src/app/login/page.tsx
  • apps/web/src/app/mentor/[id]/page.tsx
  • apps/web/src/app/mentor/chat/[chatId]/page.tsx
  • apps/web/src/app/university/[homeUniversity]/[id]/page.tsx
  • apps/web/src/app/university/[homeUniversity]/page.tsx
  • apps/web/src/app/university/application/apply/page.tsx
  • apps/web/src/app/university/score/page.tsx
  • apps/web/src/app/university/score/submit/gpa/ClientGpaForm.tsx
  • apps/web/src/app/university/score/submit/gpa/_lib/schema.ts
  • apps/web/src/app/university/score/submit/gpa/page.tsx
  • apps/web/src/app/university/score/submit/language-test/ClientLanguageTestSubmitForm.tsx
  • apps/web/src/app/university/score/submit/language-test/_lib/schema.ts
  • apps/web/src/app/university/score/submit/language-test/page.tsx
  • apps/web/src/app/university/search/page.tsx
  • apps/web/src/components/layout/GlobalLayout/index.tsx
  • apps/web/src/proxy.ts
  • apps/web/src/utils/isServerStateLogin.ts
  • apps/web/tsconfig.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/univ-api-endpoint-clean
📝 Coding Plan
  • Generate coding plan for human review comments

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.

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