❗ Microsoft Outlook Trigger Node: Intermittent ECONNRESET Errors ( Runs Sometimes But Fails Randomly{frequently})

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:

  1. Has anyone else experienced intermittent ECONNRESET issues with this node?
  2. Could this be a recent issue with the Microsoft API or n8n node version?
  3. 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.

is MS rate limiting you?
have you tried increasing the time between polls?