n8n version 1.4.1 - n8n Cloud
I have a workflow that has been successfully working for the last 8 months, and then approx 2 weeks ago it stopped working (I didn’t notice until today). No changes have been made to the workflow for months.
Within the workflow interface, the status was still Active but with a warning notice - can’t remember the exact wording sorry, but it was along the lines of “check parameters”.
I then deactivated it, to then try and reactive it, and now upon trying to activate I get the error:
*400 - {"err":"Webhook configuration already exists","ECODE":"OAUTH_171"} - Webhook configuration already exists*
The workflow has a few different paths and triggers:
- Schedule Trigger (cron) every 15 minutes
- Click Up Webhook (specific event = task.status.updated)
- Click Up Webhook (event = get tasks)
I have reset the Credentials for the Click Up API connection in the n8n Credentials; that seemed to update without error.
My best guess is that the Activate process in n8n is attempting to create a new webhook in ClickUp, but that webhook already exists in my ClickUp account?
But, I am not sure if this activation error is related to the original error that stopped it from running two weeks ago.
The executions log has the last successful execution at 13/02. The workflow settings are also to save failed executions, but there are none in the log - so the original problem seems to be that it’s not even executing, rather than executing and then failing.
I appreciate I probably need to provide more info to help debug, but not sure where to start…
Any help, most appreciated.
Thanks
Rob