ETIMEDOUT error from Baserow in self hosted n8n

My n8n (locally hosted) is encountering an issue when running the Baserow node this morning. I keep getting this error returned from Baserow:

Error code
connect ETIMEDOUT 159.223.243.83:443

This has not been having any issues previously. Is there a status page to check up on server status?

Further detailed log of the problem from n8n:

Node type
n8n-nodes-base.baserow

Node version
1 (Latest)

n8n version
1.34.2 (Self Hosted)

Time
4/12/2024, 10:25:53 AM

Stack trace
NodeApiError: The connection timed out, consider setting 'Retry on Fail' option in the node settings at Object.baserowApiRequest (C:\Users\User\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-nodes-base\nodes\Baserow\GenericFunctions.ts:48:9) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Object.execute (C:\Users\User\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-nodes-base\nodes\Baserow\Baserow.node.ts:268:25) at Workflow.runNode (C:\Users\User\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-workflow\src\Workflow.ts:1371:8) at C:\Users\User\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-core\src\WorkflowExecute.ts:1048:29 at C:\Users\User\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-core\src\WorkflowExecute.ts:1724:11

@joffcom, could you please take a look here?

It has resolved itself but I’d still be interested to know what caused it in case it happens again :slight_smile:

It looks like a generic network timeout, are you hosting Baserow as well or are you using Baserow Cloud?

Using Baserow Cloud. It seems the error is coming from Baserow itself though and not from the self hosted instance of n8n.