Possible bug: Continue on error not working for GraphQL

When using the continue on error options of the GraphQL node it doesn’t work as expected. It simply adds an item with the error. Also passing along the original item and not using the error path when this option is selected.


Information on your n8n setup

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

ps. Also posted this on Discord without a response, not sure why we have 2 places to post this kind of stuff. Seems to be not working well.

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

This is also happening for MSSQL, So probably other SQL nodes

@BramKn there are a few nodes where continue on fail is not imlemented yet we should have this sorted at some point and we are adding it to nodes when we get the chance to.