Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
33871
a11f8fdf fix(module-federation): check port availability before starting remote proxies When multiple MF dev servers run concurrently and share the same remote, they would both attempt to start proxies on the same port, causing EADDRINUSE errors. This fix checks if a port is already in use before attempting to start a proxy. If the port is occupied (likely by another MF dev server that started earlier), the proxy is skipped for that remote since it's already being served. Uses the existing `waitForPortOpen` utility with retries: 0 to perform an immediate check. Fixes #33470
18 hours ago
by Coly010
C
Canceled
33871
74b1ce88 fix(module-federation): check port availability before starting remote proxies When multiple MF dev servers run concurrently and share the same remote, they would both attempt to start proxies on the same port, causing EADDRINUSE errors. This fix checks if a port is already in use before attempting to start a proxy. If the port is occupied (likely by another MF dev server that started earlier), the proxy is skipped for that remote since it's already being served. Uses the existing `waitForPortOpen` utility with retries: 0 to perform an immediate check. Fixes #33470
18 hours ago
by Coly010
C
Previous page
Previous
Next
Next page