ETIMEDOUT failed to connect with cusotm domain

mo6zes
PRO

a year ago

I have n8n setup in a container, I make webhook triggers by making a request to the linked domain name:

POST: https://flows.XXXX/webhook

However, I sometimes get the following error:

https://34.xx.xxx.xx/webhook... failed, reason: connect ETIMEDOUT 34.xx.xx.xxx:443

Do you know where the issue is (DNS?) and is there a way to prevent this?

6 Replies

a year ago

It is hard to give you an answer with the domain censored like that.


mo6zes
PRO

a year ago

Ah okay, here is the domain: flows.--.ai


a year ago

Where and what are you making the request to that domain from?


mo6zes
PRO

a year ago

Here is the setup:
- n8n is running in my railway container with the domain flows.--.ai
- from an airtable automation I do a POST request like in the description
- the airtable automations are hosted somewhere in aws us-east-1 I believe

Am I missing some info you need?


a year ago

You would want to look into any issues with the airtable installation.


mo6zes
PRO

a year ago

Do you think it's a DNS issue on their end?