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
I'm having a problem accessing services on the same server.
When making a request from a Node.js process of a process running on the same server, I get an ECONNREFUSED. This has happened on two servers. The code used to work. It's part of my serverMontir app.
Then I tried accessing the server through the CURL command line utility and it also failed.
Yet if I access the same address from another computer, it works.