Turbopack Error: Failed to write app endpoint /page #84134
Badfox16
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
Had the same issue — fixed it by: Re-saving globals.css as UTF-8 (no BOM) + LF line endings (VS Code → “Save with Encoding → UTF-8”). Adjusting postcss.config.js: module.exports = { (If using Tailwind v3 → use tailwindcss instead.) Delete .next/ → npm run dev. No more invalid utf-8 sequence error 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Turbopack version:
db56d775
Next.js version:
0.0.0
Error message:
Beta Was this translation helpful? Give feedback.
All reactions