Turbopack Error: Failed to write app endpoint /page #97359
Replies: 1 comment 2 replies
|
This looks like a Tailwind CSS / PostCSS parsing issue rather than a Turbopack core bug. A few things to check: Tailwind version mismatch — if you're on Tailwind v4, make sure you're using @tailwindcss/postcss in your postcss.config.js/mjs, not the old tailwindcss plugin directly. Mixing v3-style config with v4 causes this kind of null/invalid-type error during CSS processing. If none of these help, could you share your postcss.config.js and the first few lines of globals.css? That'll narrow it down further. |
Uh oh!
There was an error while loading. Please reload this page.
Turbopack version:
d1bd5b58Next.js version:
0.0.0Error message:
All reactions