
1 min readUpdated
Fix CSS Not Loading in Next.js App Router
Fix CSS not loading in Next.js App Router. Check global imports, CSS Modules, Tailwind content paths, route layouts, and production build output.
Read article
Field notes / The archive
Practical articles, guides, and experiments about web development, software, AI, and the tools around them.

Fix CSS not loading in Next.js App Router. Check global imports, CSS Modules, Tailwind content paths, route layouts, and production build output.

Fix the Next.js “params should be awaited” error in App Router pages and layouts, with safe TypeScript patterns and a migration checklist.

Figure out Rollup’s optional-dependency error, repair a suspect npm lockfile safely, and verify the fix in CI without assuming every npm version is affected.

pnpm 11 moved project settings out of package.json. Migrate overrides and build policy to pnpm-workspace.yaml before CI rewrites your lockfile.