You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application with dynamic module federation. The host application is sort of like a framework loading remote plugins. The remote project needs to call some of the framework's modules and in doing so at some point it hits a module that would load stuff from federation virtual module. Unfortunately this gives the error in the title. If I try to import stuff from federation directly in the remote project, that works fine. My problem is that I don't even have a clue as to what's wrong here. Feels a bit like a cyclic reference problem, I might be able to work my way around it by reorganising the code but I thought I'd ask here first if someone can spot anything obvious?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an application with dynamic module federation. The host application is sort of like a framework loading remote plugins. The remote project needs to call some of the framework's modules and in doing so at some point it hits a module that would load stuff from federation virtual module. Unfortunately this gives the error in the title. If I try to import stuff from federation directly in the remote project, that works fine. My problem is that I don't even have a clue as to what's wrong here. Feels a bit like a cyclic reference problem, I might be able to work my way around it by reorganising the code but I thought I'd ask here first if someone can spot anything obvious?
Beta Was this translation helpful? Give feedback.
All reactions