koreacomp5 f4959138d7 핵심 원인 1: 서버 컴포넌트에서 params/searchParams를 바로 사용 → Next 15에선 Promise라 언랩 필요. 페이지 전환 시 경고/500 유발. 해결: 언랩(await/안전 언랩) 적용.
핵심 원인 2: 서버에서 상대경로로 fetch('/api/boards') 호출 → URL 파싱 실패. 해결: 요청 헤더(host, x-forwarded-proto)로 절대 URL 생성.
2025-10-10 14:46:59 +09:00
2025-10-08 21:12:12 +09:00
2025-10-10 11:22:43 +09:00
2025-10-10 11:22:43 +09:00
2025-10-08 23:05:11 +09:00
2025-10-08 23:41:38 +09:00
2025-10-08 20:55:43 +09:00
2025-10-09 15:05:33 +09:00
2025-10-08 20:55:43 +09:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Description
No description provided
Readme 15 MiB
Languages
TypeScript 92.9%
JavaScript 4.8%
HTML 1.8%
CSS 0.5%