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

136 Topics 1.2k Posts
  • n8n - Package Updates

    Pinned
    384
    0 Votes
    384 Posts
    299k Views
    Package UpdatesP
    [3.111.1] Update n8n to 1.121.3 Full Changelog core: Add missing workflowId when creating base subworkflowworkflow additional data (#22312) (fcc2139) Git Node: Throw an error if the repository path is blocked (#22253) (f4b009d)
  • Announcing n8n version 2.0 - coming soon!

    Moved
    4
    1 Votes
    4 Posts
    102 Views
    S
    When will this auto-update on Cloudron? We'll all need some time to work through the full list of breaking changes (https://docs.n8n.io/2-0-breaking-changes/) before then.
  • 1 Votes
    7 Posts
    26 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
    74 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
    27k 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
    817 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.
  • Support for n8n task runners (Python native mode) in Cloudron package

    2
    1 Votes
    2 Posts
    427 Views
    jamesJ
    Hello @Valexico This is something we would have to look into.
  • Why is Cloudron pulling Pre-Release for n8n?

    Moved Unsolved
    5
    1
    1 Votes
    5 Posts
    434 Views
    girishG
    @umnz I have asked here - https://community.n8n.io/t/track-github-or-npm-for-stable-releases/197205
  • 1 Votes
    2 Posts
    368 Views
    jamesJ
    Hello @alexftth and welcome to the Cloudron forum Some questions so we can bet a better picture. Did any app updates happen in the timeframe of this issue arising Did you restart the server since then? If no, please restart the server once When restarted, please ssh into your server and as root run: cloudron-support --troubleshoot Check if it is working now. If not, share the output of this command and also run: cloudron-support --send-diagnostics This will generate a URL with details about your server, share this URL with us here as well. (this also includes IPs and DNS names, if you don't wish to post this publicly, send this with a DM to me) Also re-run the commands you used inside the container and run them from root.
  • How to use redis in n8n

    Solved
    21
    1 Votes
    21 Posts
    6k Views
    jamesJ
    Thanks for the feedback @zonzonzon We could use more feedback from heavy users of N8N to determine if the redis change truly was helpful.
  • n8n / Cloudron Performance Discussion & Best Practice

    4
    0 Votes
    4 Posts
    502 Views
    nebulonN
    It is not unusual that the memory usage for a service like postgres is filled up. Generally if memory is available it is good to be utilized, however since a database engine doesn't know what else is on the system, we have that limit, otherwise it might just use up everything for caching.
  • 3.93.1 was the last stable release of n8n (fixed in 3.97.0)

    10
    2 Votes
    10 Posts
    1k Views
    U
    @firmansi latest version was pushed to Cloudron
  • Integrate Waha for Whatsapp and n8n automations

    Moved
    1
    1 Votes
    1 Posts
    214 Views
    No one has replied
  • This topic is deleted!

    Moved
    0
    0 Votes
    0 Posts
    7 Views
    No one has replied
  • Cant solve Connection Lost N8n

    Moved
    4
    1
    1 Votes
    4 Posts
    537 Views
    jamesJ
    Hello @JueBam Sometimes, it can be that simple. Good to read, that it is now working for you.
  • n8n cors config blocking session cookies

    Moved
    2
    1 Votes
    2 Posts
    421 Views
    firmansiF
    May I know what is the impact of this issue?
  • 1.102.0 has fix for pyodide blocking 'os'

    2
    2 Votes
    2 Posts
    267 Views
    nebulonN
    Thanks for the heads up, once the n8n release is marked as stable, we will push out the package.
  • n8n - upgrade straight to the latest version

    6
    2
    1 Votes
    6 Posts
    1k Views
    I
    @girish Thanks for your explanation, I will add version within the The appStoreId, @james so now I have something pretty robust and will use the following process: All updates disabled by default I will manually check and update Cloudron quarterly, on specific timeframes I will leverage on API to orchestrate each app upgrade individually
  • Webhook production URL not working

    2
    1 Votes
    2 Posts
    380 Views
    O
    NM, I just read the docs and it says production doesn't display data like with test. It's in the executions only. https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.webhook#webhook-urls
  • n8n cors

    Moved
    5
    0 Votes
    5 Posts
    1k Views
    M
    Just chiming in here because I ran into a CORS error as well. Solution was not a missing env var, it was activating the workflow - because without that, the URL didn't exist yet and threw the various errors.