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
    489
    0 Votes
    489 Posts
    644k Views
    Package UpdatesP
    [4.38.2] Update n8n to 2.34.6 Full Changelog core: Allow details field in continueErrorOutput mode (#36229) (a5b4822) Google Ads Node: Migrate from sunset v21 API to v25 (#36260) (ee0c183) Microsoft Teams Node: Restore Group.ReadWrite.All OAuth2 scope (#36187) (10758c2)
  • Different URL for Webhook in Cloudron

    13
    2 Votes
    13 Posts
    407 Views
    jamesJ
    Hello @andreasdueren Thanks for the input. I have tested this and what you have stated is indeed correct. So yes we can add this feature, but the alias will still redirect to n8n itself. If that is okay, I can create an app update for N8N.
  • 1 Votes
    5 Posts
    275 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
    781 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
    1k 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
    681 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
    2k 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
    689 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
    364 Views
    D
    the update is live, thanks!
  • How to use Playwright in n8n?

    9
    0 Votes
    9 Posts
    5k 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
    686 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
    524 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
    2k 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
    300 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]