For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/de/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/de/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/de/rules/ssr/node-runtime-plugin-missing.md.

Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.

ssr/node-runtime-plugin-missing

  • Kategorie: correctness
  • Standardschweregrad: error

Problem

Without @module-federation/node/runtimePlugin, Node Federation hosts cannot load remotes with the server runtime contract.

So beheben Sie das Problem

Add @module-federation/node/runtimePlugin to runtimePlugins. Set ssrMode: "browser-only" when not SSR, or turn the rule "off".

Suppress or retarget with rules["ssr/node-runtime-plugin-missing"] set to "off" or a severity — see Suppressions and allowlists.

Quellen