Hi all.
I self-host n8n on an old workstation pc at a small business. We use n8n to receive webhooks from our ERP service and send notifications via teams. I have recently encountered the ’ Problem in node ‘HTTP Request‘ connect ENETUNREACH 2603:1036:304:81c::2:443 - Local (:::0)’
Additionally, I use cloudflare to protect the domain and all traffic filters through them. The error only occurs at the HTTP request stage, and sends a post request to our ‘incoming webhook’ plugin for Teams.
This only started recently (about a week ago) and has been persistent ever since. It will error about 1 time out of 10 requests. I have done the following:
- Forced ipv4 in the env settings on docker
- Updated to the most recent version of n8n
- Rebuilt the container post making the changes
Any help would be appreciated!! thanks