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
Running migration @nx/webpack: update-19-6-3-proxy-config
NX Failed to run update-19-6-3-proxy-config from @nx/webpack. This workspace is NOT up to date!
NX Cannot find {workspaceRoot}/proxy.json
If I remove manually proxyConfig field from my project.json migration succeed but I'm not able to run the project.
Below is message from logs:
[ Module Federation Manifest Plugin ]: Manifest will use absolute path resolution via its host at runtime, reason: publicPath='auto'
NX [ Module Federation Manifest Plugin ]: no files found for remoteEntry chunk
Expected Behavior
First issue should ended up with better worded message.
Current Behavior
I'm not able to upgrade Nx to 19.7.3.
If I remove manually
proxyConfig
field from myproject.json
migration succeed but I'm not able to run the project.Expected Behavior
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
Webpack, static module federation with react, 3 remotes and host. I'm able to upgrade to 19.6.0 (from 19.0.0)
The text was updated successfully, but these errors were encountered: