FATAL: An unexpected Turbopack error occurred. A panic log has been written to C:\Users\user\AppData\Local\Temp\next-panic-7d42e4f5a02a2ce1b250e9409e35606e.log.Turbopack Error: Failed to write app endpoint /(public)/page #92824
honorerw
started this conversation in
Turbopack Error Report
Replies: 1 comment
|
@honorerw Just do: rm -rf .next
npm run devThis clears stale Next.js cache and restarts dev. What happenedClaude Code added a redirect in import { redirect } from "next/navigation";
export default function Page() {
redirect("/dashboard");
}When BeforeAfterFix
Done. |
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:
c573e8c4Next.js version:
0.0.0Error message:
All reactions