Hy Community,
I’m facing an issue with the Microsoft Outlook Trigger node in n8n. Here’s the situation:
I’m using n8n v1.95.3 (Self-Hosted)
installed locally using npm install -g n8n
. This is my outlook trigger node.
.
On running this node, * sometimes runs fine, but other times it fails with the following error:
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
Stack trace: NodeApiError: The connection to the server was closed unexpectedly, perhaps it is offline. at PollContext.requestWithAuthentication.
Additional Info:
- This setup was working fine a month ago when I used it locally.
- But since yesterday, I’m consistently getting the
ECONNRESET
error.
My Questions:
- Has anyone else experienced intermittent
ECONNRESET
issues with this node? - Could this be a recent issue with the Microsoft API or n8n node version?
- Is there a way to add better error handling or retry logic for this kind of node failure?
Any help or suggestions would be appreciated.