-
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
NX Remix server runs and fails after short time without any specific error #22547
Comments
Hi @kosiakMD Thanks for raising this issue. Could you please provide more complete reproduction steps, or alternatively, provide a minimal GitHub repo containing the issue? There are many considerations that need to be taken when trying to create a reproduction from the info you provided and so far I have not been able to reproduce it. Things like:
I appreciate that this is time consuming, but without this information I cannot reproduce the issue to get a solution for you. |
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 @Coly010, I can't provide a reproduction repo, but will try your suggestions |
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. |
@Coly010 |
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
Current Behavior: When running the nx serve web command to start the NX Remix application, the process infinitely logs "Connecting on 127.0.0.1:3000" every second. The app works. The process runs indefinitely until it's suddenly stopped. Additionally, when trying to connect to the local server at 127.0.0.1:3000, the connection is refused with an ECONNREFUSED error.
Expected Behavior
Expected Behavior: The nx serve web command should start the NX Remix application without additional infinite connection logs. The application should run and listen on 127.0.0.1:3000 without refusing connections.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
10.2.0
Operating System
Additional Information
tracking via uncaughtException, unhandledRejection, handleError doesn't catch the issue
The text was updated successfully, but these errors were encountered: