Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

N8N

149 Topics 1.4k Posts
  • n8n - Package Updates

    Pinned
    425
    0 Votes
    425 Posts
    452k Views
    Package UpdatesP
    [4.18.1] Update n8n to 2.16.2 Full Changelog core: Guard against undefined config properties in credential overwrites (#28630) (28ca342) editor: Restore WASM file paths for cURL import in HTTP Request node (#28620) (a52077e)
  • n8n 2.16.1 has wait node bug

    5
    2 Votes
    5 Posts
    23 Views
    D
    @umnz you are rite i had to revert my 6 n8n instances on n8n 2.15.1 version..... at least i have backups and i disabled the auto updates for the time being
  • How to use Playwright in n8n?

    9
    0 Votes
    9 Posts
    944 Views
    O
    I did a clean install of n8n and it installed quickly. So something is/was up with my old n8n instance. Not a huge problem, I'll just migrate my workflows to the new and archive the old instance.
  • Workflow timeout after 300s?

    6
    1 Votes
    6 Posts
    241 Views
    jamesJ
    Hello @ekevu123 Disabling is not actually disabling, but more disabling a custom override of the default which is 300 seconds.
  • Important Security Patch: 2.13.3 and 1.123.27

    3
    0 Votes
    3 Posts
    195 Views
    U
    Glad to hear it! Thanks @nebulon.
  • Warning: Connection Reset Issue in [4.9.0] which is n8n 2.10.2

    25
    2 Votes
    25 Posts
    2k Views
    U
    Looks like this is working. However, some of my disk read/write nodes were broken after this update. I was able to fix it by updating the paths inside the nodes to explicitly include "/app/data/". Otherwise the error I get is something like "Problem in node ‘Write Files to Disk‘ EROFS: read-only file system, open: xxx". Other than that, it appears the update is working correctly and binary form data is working again! Thanks for your help!
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    1 Views
    No one has replied
  • Important Security Patch 25/02/2026 (update to 2.9.3)

    6
    3 Votes
    6 Posts
    542 Views
    timconsidineT
    [image: 1772054312996-screenshot-2026-02-25-at-21.18.14-resized.png]
  • Issue with Read/Write node

    5
    1 Votes
    5 Posts
    594 Views
    D
    @msbt said in Issue with Read/Write node: export N8N_RESTRICT_FILE_ACCESS_TO="/app/data" This solves it Thank you
  • Integrate Waha for Whatsapp and n8n automations

    Moved
    2
    2 Votes
    2 Posts
    667 Views
    Z
    Agree! Would love to see WAHA in the App store.
  • Unofficial n8n-oidc for self-hosters

    1
    4 Votes
    1 Posts
    143 Views
    No one has replied
  • How can FFmpeg work with N8N?

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    C
    Thank you @james We performed these steps and it was successful: Add these lines in env.sh export NODES_EXCLUDE="["ExecuteCommand", "LocalFileTrigger"]" Restarted N8N Performed the test using these steps: (+) - Execute command Execute Once: ON Command: ffmpeg -version Test step Check the OUTPUT - ok (screenshot attached) [image: 1767355746616-screenshot-from-2026-01-02-13-03-11-resized.png]
  • Unable to setup a functional SMTP account with local cloudron mailbox

    mail
    11
    1 Votes
    11 Posts
    1k Views
    O
    Ok, so after looking into open ports a bit more, it turns out that there is nothing listening on port 587. As such, there is no SMTP server running or listening to any port whatsoever. I figure that an SMTP server may only start running if I enable incoming emails (setting which was not enabled, purposefully). When I enabled incoming email setting, sudo netstat -tlnp | grep 587 was finally returning something and n8n configuration worked fine. So to sum up, if my understanding is correct, when only using outbound mail, there isn't an actual SMTP server running, but only some kind of abstraction that containerized apps can use to send email directly through the mail relay (the internals of this are fuzzy to me...), so I need to enable incoming emails in order to send emails... But I'm glad I was at least able to make this work before going into 2026. Thanks for the help and for putting me on the right path here. Thank you for all the great work you do Cloudron Team, and wishing you all the best for the new year :).
  • 1 Votes
    2 Posts
    440 Views
    jamesJ
    Hello @zonzonzon The current latest version in the Cloudron app store 2.1.2 is not effected. Also, the latest N8N version for the old 1.123.7 is also not effected. If you have your N8N updated to the last 1.123.7 or 2.1.2 version, then you are save.
  • Announcing n8n version 2.0 - coming soon!

    Moved
    19
    3 Votes
    19 Posts
    3k Views
    firmansiF
    I have found the way to enable the chat hub, just go to filemanager in Cloudron, open env.sh file and add this "export N8N_ENABLED_MODULES=chat-hub" and you will see the chat module in left sidebar
  • "Wait" Forms / triggers no longer working since version n8n 1.123.6

    7
    3
    2 Votes
    7 Posts
    719 Views
    nebulonN
    Great you found a solution before I even got to read the thread And thanks for sharing it in detail here for others also!
  • 1 Votes
    7 Posts
    450 Views
    perelinP
    @joseph I just tried "App -> Repair -> Try task again" ... and it fixed both apps. ... Is now a good time to feel stupid? Asking for a friend...
  • Unable to connect to IMAP with Cloudron in DMZ VLAN

    imap mail networking
    2
    0 Votes
    2 Posts
    415 Views
    J
    @hakunamatata Can you try the telnet command via SSH first (instead of web terminal) ? I think maybe a machine in DMZ is unable to connect to itself using the public IP ? Can you try `telnet cloudron-lan-ip 993 ?
  • N8N - Unlock Paid Features for Free!! - TIME LIMITED OFFER

    Moved
    29
    3
    12 Votes
    29 Posts
    38k Views
    marcusquinnM
    Just posted this alt, some of you might like to upvote: https://forum.cloudron.io/topic/14544/agno-python-based-open-source-alternative-to-n8n
  • Redis for n8n

    5
    0 Votes
    5 Posts
    1k Views
    JOduMonTJ
    @james safe as in I want to avoid corruption this is way I pick database number 1 because if; Redis is shared between all the container and attribute different database to each of them then if manually I use a database number (such as 1) I might shoot data and disrupt one of my services. PS: I don't really know Redis but I presume, as in any database, data integrity is important.