Using the edgemicro during the POST calls getting the following error in the postman:
502 Bad Gateway
{ “message”: “read ECONNRESET”, “errno”: “ECONNRESET”, “code”: “ECONNRESET”, “syscall”: “read” }
This is happening only during POST calls and not in GET calls.
On futher checking the backend is responding with proper data. Guess the error is thrown from the edgmicro. Any idea on how to resolve the above problem.