I had a workflow that was working fine in production as an active workflow. For some reason over the weekend it stopped working (without changing anything) and I spent days trying to troubleshoot it. The trigger never gets triggered (no execution logs, and curl commands do nothing) The trigger works fine in test mode but not in active mode.
I know you’re probably thinking i’ve misconfigured something, but I’ve tried everything.
Today I have discovered that its not just that workflow, but all my workflows are affected.
I’ve just created the simplest workflow to demonstrate the problem. I’ve created a gmail trigger which will trigger for any email. I keep sending mail to this inbox, and notthing happens.
If I fetch test event or manually execute, this will trigger. But active mode never triggers it. My whole environment seems to have a problem with the trigger not just this workflow.
Information on your n8n setup
- n8n version: latest stable
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- Operating system: Windows