-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipped not serializable | makeSeriazable #1530
Labels
Comments
ScriptedAlchemy
changed the title
Skipped not serializable cache item Errors
Skipped not serializable | no ChunkGraph assigned errors
Oct 10, 2023
Hey, how does that relate to #1104? |
@DannyBoris was other issue, resolved already |
@ScriptedAlchemy |
You need get server props or get initial props otherwise it static generates and there's no router to share. |
5 tasks
Stale issue message |
This was referenced Mar 4, 2024
ScriptedAlchemy
changed the title
Skipped not serializable | no ChunkGraph assigned errors
Skipped not serializable | makeSeriazable
Mar 6, 2024
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if you get an error like this
Skipped not serializable cache item 'Compilation/modules|container entry (default) [["./noop",{"import":["/workspace/node_modules/@module-federation/nextjs-mf/src/federation-noop.js"]}],["./index",{"import":["./pages/index.tsx"]}]]': No serializer registered for ContainerEntryModule <w> while serializing webpack/lib/cache/PackFileCacheStrategy.PackContentItems
make sure
process.env.NEXT_PRIVATE_LOCAL_WEBPACK = 'true'
is set in.env
or if that doenst work, on the command line.NEXT_PRIVATE_LOCAL_WEBPACK=true next dev
The text was updated successfully, but these errors were encountered: