Email Trigger (IMAP) doesnt work when workflow is active

I have a flow that starts with an email trigger (IMAP). When the flow isn’t active and I manually click “run,” the trigger listens, and if I send an email, everything is activated perfectly, and the flow completes correctly. Once the scenario is active, the trigger never fires. It doesn’t matter whether I send an email or not; it remains unactivated.

  • n8n version: 1.111.0
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker and ngrok
  • Operating system: Windows

I dont know is that would help.

I just solve it myself. I just created another workflow, tested first the Email trigger (IMAP) on production mode, and then just copied the rest of the workflow.

1 Like

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