That is very odd, Do you have a screenshot of the error? It doesn’t look the error is coming from the execute workflow node so could be an error coming back from the workflow you are calling.
n8n-1 | Invalid URL
n8n-1 | TypeError: Invalid URL
n8n-1 | at new URL (node:internal/url:806:29)
n8n-1 | at dispatchHttpRequest (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:232:20)
n8n-1 | at /usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:152:5
n8n-1 | at new Promise (<anonymous>)
n8n-1 | at wrapAsync (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:132:10)
n8n-1 | at http (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:170:10)
n8n-1 | at Axios.dispatchRequest (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/dispatchRequest.js:51:10)
n8n-1 | at processTicksAndRejections (node:internal/process/task_queues:95:5)
n8n-1 | at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:40:14)
n8n-1 | at Object.httpRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:778:18)
n8n-1 | at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:45:41)
n8n-1 | at processTicksAndRejections (node:internal/process/task_queues:95:5)
n8n-1 | at Object.httpRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:778:18)
n8n-1 | at RoutingNode.rawRoutingRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:346:29)
n8n-1 | at RoutingNode.makeRoutingRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:429:28)
n8n-1 | at async Promise.allSettled (index 0)
n8n-1 | at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:164:35)
n8n-1 | at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:773:23)
n8n-1 | at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:704:51
n8n-1 | at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1134:20
I have the same issue in a self host docker config . been driving me crazy! hope it is a bug they fix
I am running: 1.69.2 (Self Hosted)
My error:
Other info
Item Index
0
Run Index
0
Node type
@n8n/n8n-nodes-langchain.toolWorkflow
Node version
1.2 (Latest)
n8n version
1.69.2 (Self Hosted)
Time
03/12/2024, 22:03:12
Stack trace
NodeApiError: Invalid URL at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:183:23) at processTicksAndRejections (node:internal/process/task_queues:95:5) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:773:23) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:706:51 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1137:20
Same error here… Self hosted… I have two different tools, pointing to similar (same domain) endpoints. It seems the 2nd tool one doesn’t work… Both endpoints are serving other services and are 100% up and running.
Hi, it helped to put a extra node Edit Fields behind the Stringify Response Node. Just set the field to the output of the previous node. The error is gone with me. I don’t understand why, maybe makes sure this way the previous node is executed completely.
Exactly same error here of @AiSQUIRE. Same tutorial on a fresh install of docker ubuntu 24.04 just yesterday I installed it. I almost got crazy yesterday night trying to figure out what I was doing wrong.
Using 1.75.2 and tested also on 1.68 docker image suggested by @Jon but… same error.