Cannot make Error Trigger works

Describe the problem/error/question

The error trigger is never triggered. I have a simple Stop and Error node to trigger an error linked to a webhook (Call it A) and another workflow with an error trrigger (Call it B). On workflow A i have set the Error Trigger B, and launch the workflow but calling the webhook from a curl command. Both workflows are published. Whatever i do, the error triggered on Workflow A is never sent to Error Trigger of the workflow B … Can’t figure out what is the problem … any idea ?

What is the error message (if any)?

Please share your workflow

A : Webhook => Stop and Error
B : Error Trigger

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 2.123
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system: Proxmox LXC N8N
1 Like

Hi @Chris34 Just to clarify, that rrror trigger only fires when an automatic which are published workflow errors, it does not trigger from manual executions, also make sure it is published and also in the top right 3 dots in settings make sure that the error workflow is settled up there, also the major thing make sure you are using the production URL of the published flow, let me know if this brings some help:

1 Like

I have checked :

1/ Error workflow settled: OK

2/ Workflows published : OK

3/ Curl launch from production url webhook : KO

My mistake launched it from test url, using the production one it works.

Thanks a lot Anshul :grinning_face:

1 Like

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