Why only in MAC?: Nodejs proxy ECONNRESET only in Mac
Our software development technology gets most of its errors on my Mac. The guys using Ubuntu and they have no errors I get errors. I can't even take it as a joke anymore when they say 'because Mac is s**t.
One of the errors is random ECONNRESET error happening when the api in the application calls proxy url.
Only I am getting this. and most of the api calls are running fine. In network monitor they say OK 200, log says no error but node/angular-cli shows this error on certain calls, and it is random, or in every certain number of calls. May be there is a special character or something forcing connection reset.
Here is my proxy-conf.json
{
"/emport-api/**": {
"target": "http://localhost:8080",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}
Can Apple please let me know of a fix for this? Or at least what causes it and what we need to change?
Mac Book Pro (Intel), macOS High Sierra (10.13.6), null