-
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
Module Federation new react remote not working when creating a new nx workspace: Error: ENAMETOOLONG: name too long #28233
Comments
as mentioned in #28192 switching |
I am still getting the same error even if I change the version to 0.6.6 |
Created an issue to track this here: module-federation/core#3036 |
me too module-federation/core#3035 should i close mine as duplicate? |
hi all. |
All released on my side. |
Fixed by: #28296 |
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
Hello,
When I create a new nx workspace with React and generate a Reac remote project I have the following error:
Expected Behavior
It should serve the remote application without failing.
GitHub Repo
No response
Steps to Reproduce
Generate the react remote project:
yarn run nx g @nx/react:remote --projectNameAndRootFormat=as-provided
Serve the project:
npx nx run test:serve
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: