Error when running a flow with many "loop over items"

I am running a pretty big flow, which for some reason just terminates randomly.
I am getting no error from my side, in the endpoints called, and i cannot see what error is actually ocurring since it is during the loop over items.

From the console side of things, it looks like this:

As can be seen, it succesfully responds with code: 200, and for some reason the next node is never called. Does anyone have a way to troubleshoot this?
Are there any known bugs when it comes to iterating through many steps?

I am currently on version: 1.55.3

Any feedback would be much appreciated.

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

n8n version: 1.55.3
database: heroku
n8n Executions_Process: dont know
running n8n via: npm
operating system: guessing linux.

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