I have a scenario that is supposed to check an RSS feed on our website before then grabbing its contents to send off to Social Media accounts. I see repeated but intermittent Errors with the fetch of both "ENETUNREACH: and “IP address is not valid.”. It doesn’t happen all the time. This RSS feed fetch is supposed to check every hour during business hours only and this error doesn’t happen all the time. Maybe once or twice a week but it seems to be happening with more frequency.
Our connection which is served via Cloudflare. We have the Make regional IPs allowlisted and there are no records of any of the Make.com IPs being blocked either by Cloudflare or on our server-side WAF. One of the ENETUNREACH errors indicated the IPv6 IP that it wasn’t able to reach but I know that IP is accessible as is the IPv4.
If it were just a matter of these intermittent errors happening and the Scenario continuing it would be fine but the errors happen and then in two instances it disables the scenario because of these failures. The last time it happened it went two full weeks before I noticed. The idea here is that I don’t need to review this.
I personally think there’s a bug here but if not and people have suggestions, I’m more than open to trying some workarounds. Please let me know if there’s addtional information needed to provide advice.