Hi everyone,
I’m currently working through the level 2 intermediate course in n8n, focusing on Workflow 1: Merging Data. I’m using the HTTP Request node to retrieve data from the REST Countries API (https://restcountries.com/v3.1/all), but I’m encountering the following error when testing the node:
Error Message:
Error: aborted at TLSSocket.socketCloseListener (node:_http_client:464:19) at TLSSocket.emit (node:events:531:35) at TLSSocket.emit (node:domain:488:12) at node:net:339:12 at TCP.done (node:_tls_wrap:648:7) at TCP.callbackTrampoline (node:internal/async_hooks:130:17)
I’ve double-checked the configuration, like enabling ignore ssl issues, follow redirect even enabled timeout
but I’m still facing this issue. Has anyone encountered something similar or have any tips on how to resolve this?
Thanks in advance for your help!