Open stomvi opened 9 months ago
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! 🙏
Current Behavior
Regardless of the issue #21481 I reported, clean installed custom server brakes webpack HMR.
ws://localhost:4200/_next/webpack-hmr
request was successfully upgraded to websocket at the first load. But nothing changed or triggered at the client side while root page.tsx file was changed.I don't know if this bug had anything to do with the rebuilding action messages showed at the console. The console showed SWC re-builded files and the debugger listened on a new websocket URL each time. This happened while components were modified and even while nothing was changed but the page is RELOADED.
While
page.tsx
file is modified:While
http://localhost:4200/
is reloaded manually:Expected Behavior
HMR should work.
GitHub Repo
No response
Steps to Reproduce
1.npx create-nx-workspace test --preset=next --appName=www --nextAppDir=true --nextSrcDir=false --nxCloud=skip --style=scss --e2eTestRunner=cypress
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response