Your Next.js Module Federation setup builds fine. Remotes appear to load. Components render blank. No errors. No stack trace. Nothing. # Missing from your package.json: "dev": "cross-env NEXT_PRIVATE_LOCAL_WEBPACK=true next dev -p 5000" Without that flag, Next.js uses its internal bundled webpack instead of the locally installed webpack 5. The Module Federation plugin needs access to webpack's