How to debug NextJS server side with module federation? #3093
Replies: 1 comment
-
Use the ssr example. |
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
-
The question is pretty simple, I'm used to debug client side just fine, Using chrome dev tools we are able to see the mfes as namespaces, but on server side they don't show up.
I'm I doing something wrong? is there any additional step I need to take?
I even tried with the example at https://github.com/module-federation/module-federation-examples/tree/master/nextjs-v14 but no success
Beta Was this translation helpful? Give feedback.
All reactions