Imap node malfunctioning or workflow publish/unpublish error

Describe the problem/error/question

My email automation workflow is in ambiguous (published/unpublished) state. It displays ‘published’ but no executions run (I assume the problem is with IMAP node) but then it also enabled ‘Publish’ button for me as well provided ‘Unpublish’ option. Clicking on ‘Publish’ or ‘Unpublish’, I’m getting connection timeout/server error.

If I test execute workflow, it works but it fails on production run. I’m using n8n cloud

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Looks like your IMAP node might be having trouble connecting to the email server, especially in production. Double-check the credentials and server settings in your IMAP node, and make sure they’re correct. You could also try increasing the timeout setting in the IMAP node options. Let me know if this works!