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
Hi, I'd like to understand how to properly work with dynamic remote applications. In my case, there is a host application, a remote application that I want to define dynamically, and an application responsible for storing the entire project. The store app can be used both as a host and as a remote application.
Currently, when I try to run the entire project, I get the following error: Error: listen EADDRINUSE: address already in use ::1:4202
What am I doing wrong?
And a couple of additional questions:
How does the host application know it needs to run all the others if we define them as dynamic remote applications (look at the main branch)?
What is the standard approach for working with dynamic remote apps?
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
-
Hi, I'd like to understand how to properly work with dynamic remote applications. In my case, there is a host application, a remote application that I want to define dynamically, and an application responsible for storing the entire project. The store app can be used both as a host and as a remote application.
Currently, when I try to run the entire project, I get the following error:
Error: listen EADDRINUSE: address already in use ::1:4202
What am I doing wrong?
And a couple of additional questions:
How does the host application know it needs to run all the others if we define them as dynamic remote applications (look at the main branch)?
What is the standard approach for working with dynamic remote apps?
branch for testing
https://github.com/DisaPadla/nx-react-dyn-fed-demo/tree/check-dynamic-remote
Beta Was this translation helpful? Give feedback.
All reactions