Loop Over Items didn't send 'done' but it's finished

  • n8n version: 1.107.3
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker digital ocean

How to fix this problem?

which node are you triggering the test? Http request node? Did you try to trigger the test on DoNothing Noee?

Why are you using loop node? If it’s just to iterate with https request node, maybe you don’t need it.

Hey @fantomdancer hope all is good. Welcome to the community.

In order to fix the problem you need to make sure that even if HTTP Request node errors out, it doesn’t stop the flow.

Right now your Error leg is not connected to anything, so the first time error happens the flow will stop, because it has nowhere else to go. One way you could quickly fix this is connect the error node back to the Loop Over Items node just like for Success leg.

Please also remove the link between HTTP Request node and No Operation node, as it is not required.

Also remove the No Operation node, as it is not really doing anything.

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