I seem to be having an issue and I’m unsure where to go next to try and solve this.
I have a node/express webapp that relies heavily on external api requests to our partners. When making a request to one specific client’s API the authentication and initial requests work, but as soon as I try and upload a file to them I get the read ECONNRESET error on my logs.
When I replicate this locally on my machine I don’t get any errors and the files upload properly.
What are some potential reasons on why this would happen only on my deployed azure app service and not locally?
TIA
I’ve tried updating the node version in my app service, and audited all the npm packages to see if that could be the issue.
user24939616 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.