You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a workflow that starts with the Email Trigger node, and when I activate the workflow, after about a minute, it shows the error "mail_max_userip_connections=40."
I disconnected the node from the workflow, and the error stopped. When I reconnected it to the workflow, the error reappeared. ChatGPT suggests that it might be caused by a loop, but the loop is located in another part of the workflow.
The workflow first executes the entire sequence at the top, and once that is completed, it runs the section of the purple square coming out of the initial Email Trigger node.
To Reproduce
Activate the workflow.
After a minute, it throws the error: mail_max_userip_connections=40.
The node stops being able to connect.
Expected behavior
I expected the node to trigger only when it receives a new email. Moreover, it doesn't seem to close the connections.
Operating System
Ubuntu Linux 22.04
n8n Version
Version 1.72.1
Node.js Version
Email Trigger (IMAP) node version 2 (Latest)
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
I have created a workflow that starts with the Email Trigger node, and when I activate the workflow, after about a minute, it shows the error "mail_max_userip_connections=40."
I disconnected the node from the workflow, and the error stopped. When I reconnected it to the workflow, the error reappeared. ChatGPT suggests that it might be caused by a loop, but the loop is located in another part of the workflow.
The workflow first executes the entire sequence at the top, and once that is completed, it runs the section of the purple square coming out of the initial Email Trigger node.
To Reproduce
Expected behavior
I expected the node to trigger only when it receives a new email. Moreover, it doesn't seem to close the connections.
Operating System
Ubuntu Linux 22.04
n8n Version
Version 1.72.1
Node.js Version
Email Trigger (IMAP) node version 2 (Latest)
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: