Hi,
I am using a standard HTTP request to integrate orders into my ERP. Since upgrading to the Enterprise Edition, I have been encountering a new error: ECONNRESET.
My initial assumption was that the ERP was closing the connection. However, after further investigation, the issue appears to be related to the n8n server (until proven otherwise).
After additional testing, I noticed that the node consistently fails once a certain amount of data is transmitted in the HTTP request. Moreover, the failure seems to occur randomly.
For reference, this is a SOAP request sending an XML payload.
Error log:
The connection to the server was closed unexpectedly; perhaps it is offline. You can retry the request immediately or wait and retry later.
Error code:
ECONNRESET
Best regards,
Thanks in advance,