nextjs 16 cache components Error: Module 651678 was instantiated because it was required from module
Unanswered
Bakharwal dog posted this in #help-forum
Bakharwal dogOP
getting this error every 3rd or 4th navigation between my SSR pages
did anyone encounter this?
Error: Module 651678 was instantiated because it was required from module 216550, but the module factory is not available.
at instantiateModule (.next/server/chunks/ssr/[turbopack]_runtime.js:707:15)
at getOrInstantiateModuleFromParent (.next/server/chunks/ssr/[turbopack]_runtime.js:738:12)
at Context.commonJsRequire [as r] (.next/server/chunks/ssr/[turbopack]_runtime.js:249:12) {
digest: '1199987597'
}did anyone encounter this?
3 Replies
Dwarf Crocodile
Hey @Bakharwal dog , were you able to find a fix for this issue ? I am having the same problem
@alfonsüs ardani try removing `.next` folder and try again?
Dwarf Crocodile
It happens on preview environment too (didn't tested on actual production). But it doesn't seems to be just a local issue