Cant make HTTP call

Describe the problem/error/question

I can’t do an HTTP call to my LLM API in n8n while the same CURL call works fine on postman and terminal.

What is the error message (if any)?

It keeps loading for a long time

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Theres no output as it just keep loading somehow

Information on your n8n setup

  • **n8n version:**1.56.2
  • **Database (default: SQLite):**PostgreSQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • **Operating system:**Ubuntu

Hi @simonator ,

Are you still having issues with this call?
Could you share some more information - maybe even the workflow JSON?

You can see how to copy it here - Export and import workflows | n8n Docs - and paste it by clicking </> and following the instructions

Do you eventually see any errors?

does this LLM API return a streaming response?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.