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

156 Topics 1.5k Posts
  • n8n - Package Updates

    Pinned Locked
    478
    0 Votes
    478 Posts
    612k Views
    Package UpdatesP
    [4.35.2] Update n8n to 2.31.6 Full Changelog core: Stop Instance AI follow-up runs from looping when they keep failing before the agent starts (#34773) (031227a)
  • Different URL for Webhook in Cloudron

    6
    2 Votes
    6 Posts
    97 Views
    jamesJ
    Hello @firmansi Unfortunately I can't give you a reliable ETA. I might be able to look into this the coming week, but I can't promise anything.
  • 1 Votes
    5 Posts
    150 Views
    robiR
    @alwynispat SQLite is not as brittle as you think.
  • Could not connect to your MCP server

    13
    1 Votes
    13 Posts
    6k Views
    jamesJ
    Hello @jkammerer It should be working.
  • n8n Queue Mode / Worker support

    7
    3 Votes
    7 Posts
    650 Views
    F
    Hi @james, thank you very much for the quick implementation and for adding Queue Mode support to the Cloudron n8n package. I have tested it now, and the difference is very noticeable. The n8n UI stays stable and responsive while larger executions are running, and the workload can finally make use of multiple CPU cores through the worker processes. This is exactly the behavior I was hoping for. In my case, it makes larger workflows much more usable and stable compared to running everything in a single n8n process. Especially with workflows that process large amounts of data, Queue Mode helps a lot because the main process no longer gets blocked by all the execution work. So far, the setup works well for me. Being able to configure the number of workers through the Cloudron package is very useful, and I think this is a great improvement for people running heavier n8n workloads on Cloudron. Thanks again Cloudron team for the fast response and implementation!
  • App stopped responding after updating package to v4.24.0

    19
    0 Votes
    19 Posts
    876 Views
    jamesJ
    Hello @chrishvd I was not able to reproduce your issue. Please contact support@cloudron.io so we can look deeper into this.
  • Can we add a pdf-engine to the installed pandoc?

    6
    1 Votes
    6 Posts
    539 Views
    D
    I didn't realize! Thank you!
  • Integrate Waha for Whatsapp and n8n automations

    Moved
    4
    2 Votes
    4 Posts
    1k Views
    D
    @zigmasdirigeant said: Btw, this shouldn't be inside N8N. This is more a request for an app, not N8N alone. I agree, I'm not even sure how I did that, I tried changing it but couldn't find how.
  • n8n 2.16.1 has wait node bug

    14
    2 Votes
    14 Posts
    1k Views
    D
    @umnz same thing happened with me i updated and n8n when into broken state i restarted and it worked
  • "There was an error initializing DB" with n8n install

    7
    1
    1 Votes
    7 Posts
    553 Views
    jamesJ
    Hello @bedrijfstak14 Great to read that the Cloudron update 9.1.7 resolved this issue.
  • critical security patch 2.17.5

    2
    1 Votes
    2 Posts
    290 Views
    D
    the update is live, thanks!
  • How to use Playwright in n8n?

    9
    0 Votes
    9 Posts
    4k 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
    580 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
    444 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
    4k 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
    1k Views
    timconsidineT
    [image: 1772054312996-screenshot-2026-02-25-at-21.18.14-resized.png]
  • Issue with Read/Write node

    5
    1 Votes
    5 Posts
    1k Views
    D
    @msbt said in Issue with Read/Write node: export N8N_RESTRICT_FILE_ACCESS_TO="/app/data" This solves it Thank you
  • Unofficial n8n-oidc for self-hosters

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

    Solved
    6
    0 Votes
    6 Posts
    2k 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]