Turbopack Error: Failed to write app endpoint /page #86238
Closed
mastrmind-dev
started this conversation in
Turbopack Error Report
Replies: 1 comment 1 reply
-
|
Replaced the experimental Tailwind v4 PostCSS integration with the stable Tailwind v3 pipeline. this worked |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
de6bc159Next.js version:
16.0.3The panic log (next-panic-92eeb2d689d6a9d2bca36b4f8025537f.log) shows Turbopack failing in the PostCSS step, the worker connection getting forcibly closed (os error 10054), and the controller then trying to allocate a massive 15 GB buffer (16106127360 bytes), which the OS rejects and surfaces as the “memory allocation” failure. In short: Turbopack’s CSS/PostCSS pipeline crashed and led to that out-of-memory error
Error message:
Beta Was this translation helpful? Give feedback.
All reactions