Replies: 1 comment
-
|
This is a known Turbopack issue where Here are a few things to try: 1. Clear the Next.js cache rm -rf .next
npm run dev2. Check your /* Problematic */
--color: ;3. Try moving the import 4. If using 5. Downgrade to Webpack temporarily by adding to module.exports = { experimental: { turbo: false } }or run This is tracked as an upstream Turbopack bug — if none of the above work, check the Next.js GitHub issues for your specific error message. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Failed to write app endpoint /page
Caused by:
Debug info:
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions