Hi,
This same request works fine when I trigger it from Postman, but fails on n8n HTTP node.
I am on the latest stable version 0.167.0 hosted on n8n cloud.
Here’s the request curl from postman (this runs successfully, within 1500ms) -
curl --location --request GET ‘https://api.hostaway.com/v1/reservations/12300280’
–header ‘Authorization: Bearer --my token–’
Here’s the exact error I get on n8n -
{
"status": "rejected",
"reason": {
"message": "connect ETIMEDOUT 54.200.60.112:443",
"name": "Error",
"stack": "Error: connect ETIMEDOUT 54.200.60.112:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16)",
"code": "ETIMEDOUT"
}
}
Any possible solutions welcome. This is affecting our production workload.