We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be continuing on the error branch, instead it goes through the success branch with no data
It should continue with error data but it just stops
There is usually the logic for both of these operations in this catch statement. Instead it is just throwing an error.
You'll see it has an error and is continuing on the success branch with no data
You'll see it does not output the data
Explained in bug description section.
Debian 12.5
1.24.1
18+
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @liamdmcgarrigle,
Thanks for the report, there are actually a few nodes without this feature and they are being slowly added as we get to them.
I am not sure if this should be tracked as a bug or not so I will keep this open and I will get a dev ticket created in the morning for this.
Sorry, something went wrong.
Internal Ticket is NODE-1177
NODE-1177
Successfully merging a pull request may close this issue.
Bug Description
When set to Continue (using error output)
It should be continuing on the error branch, instead it goes through the success branch with no data
When set to Always Output Data
It should continue with error data but it just stops
The Code
There is usually the logic for both of these operations in this catch statement. Instead it is just throwing an error.
To Reproduce
Continue (using error output)
You'll see it has an error and is continuing on the success branch with no data
Always Output Data
You'll see it does not output the data
Expected behavior
Explained in bug description section.
Operating System
Debian 12.5
n8n Version
1.24.1
Node.js Version
18+
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: