-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endless Angular static remotes building #20973
Comments
same here |
Same here |
Hi, guys. Any updates on this one? |
Thanks for reporting this! I'm sorry for the delay in getting to it. There's little information we can use to reproduce the issue. I tried to reproduce it by creating a workspace with a host and a few remotes (using the official generators) and it's serving the host and static remotes correctly. Could someone provide a reproduction so we can troubleshoot this? |
On thing I've noticed is the following: when doing an |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. |
Hi team, I am facing the similar issue and not able to proceed. Is there any workaround or fix available? Thanks |
@kalpeshhpatel Still waiting on a reproduction. If you can provide one that would great |
This issue has been automatically marked as stale because no reproduction was provided within 7 days. |
Reproduction should be possible with: Node: 18.19.1 Community plugins: Additional InfoWe are using: Issues:
We had this issue since 17.2+ now. Currently our only working workaround is configuring the remotes as devRemotes, which works, but is slow af. |
This issue has been automatically marked as stale because no reproduction was provided within 7 days. |
was working again until now.. i migrated to 19.1.1:
removed dist / node-modules etc.. |
This issue has been automatically marked as stale because no reproduction was provided within 7 days. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I have eight Angular remote apps and a host. All of them have the standard configuration by official generators. All apps are built in the
dist
folder.Everything is all right if I start
nx serve host
for the first time (there is nodist
).But if
dist
exists, the dev server does not start. I endlessly see this message:I found the
buildStaticRemotes
function in the Angular Module Federation Dev Server. For no reason the exit event fires earlier than the data event.Expected Behavior
All remotes are built, and the dev server started.
GitHub Repo
No response
Steps to Reproduce
I can't reproduce the same behavior with the statically generated repo. But maybe the
exit
event has to have a similar handler as thedata
event?Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: