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
When linking federated modules from the production environment in local development, an error occurs while using Bridge to load the modules.
Describe the Bug
Error message:
The static file URLs are accessible. For example, another module in the demo, button, loads normally, while layout is wrapped by Bridge and encounters an issue.
Describe the bug
报错信息
静态文件地址可访问,例如demo中的另外一个模块button是可以正常加载的,layout是被bridge包括的
demo如下
demo.zip
provider是发布在了ng
cunsumer是本地起的服务
Reproduction
Used Package Manager
npm
System Info
Validations
English
When linking federated modules from the production environment in local development, an error occurs while using Bridge to load the modules.
Describe the Bug
Error message:
The static file URLs are accessible. For example, another module in the demo,
button
, loads normally, whilelayout
is wrapped byBridge
and encounters an issue.Demo below:
demo.zip
The provider is deployed on the network, and the consumer is running locally.
The text was updated successfully, but these errors were encountered: