Im trying to call an API. For AddEvent.com and every time (after checking all the basics) I get the following every single time. Other users have been able to successfully call the API, so why is my install different?
On Digital Ocean, running 1.73
Other info
Item Index
0
Run Index
0
Node type
@n8n/n8n-nodes-langchain.toolHttpRequest
Node version
1.1 (Latest)
n8n version
1.73.1 (Self Hosted)
Time
1/15/2025, 3:47:26 PM
Stack trace
NodeApiError: Invalid URL at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/RoutingNode.js:159:23) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:685:23) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:874:51 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1305:20
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
Could you share your workflow? And what LangChain has to do with the API call?
See the tip I shared in the previous comment. Copy the workflow (Ctrl+A to select it all and Ctrl+C to copy), then paste it in your reponse post in between the pair of triple backticks.
I believe it related to your hosting service or rather how n8n is deployed there. I ran the workflow locally and there was no issue with URL. It didn’t get the result because I do not have an account with the service. However, there is no issue sending the request to AddEvent. The HTTP Request tool itself responded with "There was an error: “Request failed with status code 401"”