Issues with http call (stuck executing)

Describe the problem/error/question

My workflow just gets stuck with a simple GET HTTP call with no auth or special headers. I don’t know what happened, if something changed because it actually worked fine before, like 3 weeks ago.

What is the error message (if any)?

No error message, just stuck.

Please share your workflow

Share the output returned by the last node

No output, just stuck executing

Information on your n8n setup

  • n8n version: 1.116.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): elestio
  • Operating system: macOS sequoia 15.6.1

yes!
The link isn’t working, so it’s expected that it won’t work in n8n either.

well, that is wierd, I do see the response

I’m definitely not an network expert, could it be related to that? I guess that would explain that you couldn’t get the response. Maybe cookies (?)

Can someone please help me with this? I can’t post my actual workflow here, but it just broke and it is not working anymore. Is there anything else we need to configure on the node? I can’t find anything related to this issue

Hi @chalodk
It looks like the link is restricting access from certain locations:

Using a proxy should allow it to work, something like this:

However, the best solution would be to host your n8n server in a location that the website allows, especially if this is critical, Proxies generally aren’t safe use..

Got it! thank you very much @mohamed3nan

1 Like

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