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.