Turbopack Error: Failed to write app endpoint /page #94471
Replies: 2 comments
-
|
This looks like a Windows reserved-name issue, not a missing The important line is: On Windows, I would try this:
Get-ChildItem -Force "C: |
Beta Was this translation helpful? Give feedback.
-
|
hey @IAm-cole , good catch by @hwajongpark , definitely the To fix it step by step: Check if there's actually a file/folder named If there's no file named Temporarily disable PostCSS to isolate: rename As a permanent guard, add a Then This is 100% a filesystem naming collision, not a missing page. Once the If you're still stuck, drop the contents of your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
c0b086c6Next.js version:
0.0.0Error message:
Beta Was this translation helpful? Give feedback.
All reactions