Describe the problem/error/question
Seems like the IMAP Trigger is broken. Worked for a long time, and has stopped working the last 2-3 days.
It does connect via IMAP, and marks the email as read, but it doesn’t continue down the flow. Additionally there’s nothing showing under executions either.
I have a mailcow server running on Digital Ocean.
These logs are what show up when I send a test email:
n8n | 2023-05-10T20:06:22.482Z | debug | Querying for new messages on node "EmailReadImap" "{\n searchCriteria: [\n 'UNSEEN',\n [ 'UID', '541:*' ],\n [ 'UID', '541:*' ],\n [ 'UID', '541:*' ]\n ],\n file: 'EmailReadImapV2.node.js',\n function: 'onmail'\n}"
n8n | 2023-05-10T20:06:22.532Z | verbose | Email Read Imap:update 32 "{\n uid: 34,\n modseq: '77',\n file: 'EmailReadImapV2.node.js',\n function: 'onupdate'\n}"
n8n | 2023-05-10T20:06:33.086Z | debug | Wait tracker querying database for waiting executions "{ file: 'WaitTracker.js', function: 'getWaitingExecutions' }"
Any ideas would greatly appreciated!!
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.226.2
- Database (default: SQLite): mariadb
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: Ubuntu Server