Can't get past IF on subsequent debugging runs?

I have a workflow with the following section. It’s a simple if that checks if images exist, and follows the true/false path accordingly.

It works perfectly when data is entered via the form trigger.

However, when I subsequently try to run the OCR node for debugging, the flow never gets there. I end up having to disconnect the path of the IF I’m not testing and it debugs without issue.

Is this by design or am I doing something wrong? Thanks!

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:

That is a known bug, I think.
I’ve also reported it recently.

For now just debug with the path disconnected. It will work correctly when running the executions.

It’s a bug that happens only when editing the workflow.

If my reply answers your question, please remember to mark it as a solution.
.
.
.

@Jon who should I ping for bugs? Can I ping you?

1 Like

ok, thanks @solomon. Disconnecting to debug is the way I’ve been doing it but thought maybe it was on my end and not a bug. Thanks for verifying! :+1:

1 Like

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