Turbopack Error: Cell CellId { type_id: ValueTypeId { id: 8, name: "turbo-tasks@TODO::::effect::EffectInstance" }, index: 0 } no longer exists in task <DiskFileSystem as FileSystem>::write (no cell of this type exists) #82225
aarondill
started this conversation in
Turbopack Error Report
Replies: 1 comment 1 reply
-
I’ve seen this error pop up in a few recent Turbopack builds — it seems related to internal task/cell invalidation in the file system write layer. The reference to EffectInstance and the ::write task suggests something went wrong during hot module reloading (HMR), possibly due to an outdated or corrupted internal state. A few things you could try:
If the issue persists, it might help to share steps to reproduce or confirm if it happens in a clean environment. Looks like an internal cell/task mapping issue that could be valuable for the Turbopack team to trace further. |
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.
-
Turbopack version:
6ac83a20
Next.js version:
0.0.0
Error message:
next-panic-6f00db77f9b5641242901562834d9dea.log
Beta Was this translation helpful? Give feedback.
All reactions