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

130 Topics 1.2k Posts
  • n8n - Package Updates

    Pinned
    359
    0 Votes
    359 Posts
    211k Views
    Package UpdatesP
    [3.99.0] Update n8n to 1.109.1 Full Changelog core: Fix waiting webhooks validation when n8n is behind proxy (#18767) (741f68b) Also run DB tests in CI when any test inside CLI package have changes (#18527) (3386047) Change siderbar to use innerWidth instead of outerWidth (#18727) (4206b4a) core: Don't reveal whether files exists if they're not within allowed paths (#18480) (970351b) core: Dynamically import @sentry/node-native (#18586) (0f463c7) core: Ensure error.message is a string before checking for specific messages (#17417) (0d4c890) core: Fix getting webhook methods from path only when dynamic webhook path (#17803) (a5c6e2f) core: Handle insights by workflow table for deleted workflows (#18496) (741dd69) core: Integer overflow in insights runtime calculation (#18122) (c767831) core: Make first queue reconciliation immediate on startup (#18490) (961fc53)
  • n8n / Cloudron Performance Discussion & Best Practice

    4
    0 Votes
    4 Posts
    103 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.
  • How to use redis in n8n

    Solved
    20
    1 Votes
    20 Posts
    4k Views
    Z
    @umnz The updates and n8n are still running very well. If it’s slow, you may need to check the RAM. Running many heavy tasks consumes a lot of RAM. Also, as I understand it, Redis is used for scaling when the current n8n server hits its limits and keeps freezing when receiving information from webhooks and running many heavy tasks at the same time.
  • 3.93.1 was the last stable release of n8n (fixed in 3.97.0)

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

    Moved
    1
    1 Votes
    1 Posts
    47 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
    147 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
    99 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
    89 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
    549 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
    147 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
    714 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.
  • Could not connect to your MCP server

    11
    1 Votes
    11 Posts
    2k Views
    E
    Any updates on the Cloudron 9 update?
  • jsonwebtoken support in n8n

    5
    2 Votes
    5 Posts
    441 Views
    hpz24H
    I posted this in the evening and in bed that night I remembered that I hadn't even looked at the documentary (where it was demonstrably described) - no joke. Regarding your question: It might have helped if somewhere when creating the post - especionally in the support section (preferably BEFORE you hit the big send button), there had been another note about whether you had already looked at the documentation.
  • Password reset for n8n on Cloudron

    2
    0 Votes
    2 Posts
    355 Views
    BrutalBirdieB
    Hello @arta you can use the n8n cli to reset all users. See: https://docs.n8n.io/hosting/cli-commands/#user-management You can reset user management using the n8n CLI. This returns user management to its pre-setup state. It removes all user accounts. Use this if you forget your password, and don't have SMTP set up to do password resets by email. Go into the Cloudron n8n web terminal and run: gosu cloudron /app/code/node_modules/.bin/n8n user-management:reset Hope this solves your problem
  • Someone else with ValidationError for https://express-rate-limit.github.io/ ?

    Solved
    2
    2 Votes
    2 Posts
    443 Views
    girishG
    @luckow thanks for reporting, I think https://git.cloudron.io/packages/n8n-app/-/merge_requests/64 should fix it
  • Javascript code not working on n8n 1.90.2

    3
    0 Votes
    3 Posts
    312 Views
    H
    I just found the reason, a bad setting in my env.sh file which prevented the normal functioning of the code nodes. Regards
  • n8n - Puppeteer - shared libraries failure

    Moved
    5
    1
    1 Votes
    5 Posts
    1k Views
    robiR
    Yes, I've been doing this for years, you just have to make /app/data friendly enough for apps to find what they need. This generally involves setting a few env variables: HOME PATH (including NODE_PATH avoiding npm i -g) LD_LIBRARY_PATH (less common) other app specific ENVs All of these changes do not affect the running app since it's already running with its own ENVs. So these are great for additional services. Nice work @djxx
  • N8N V1.88.0 - MCP Server Trigger Access Failure Due to Nginx Configuration Issues

    Moved Solved
    2
    1 Votes
    2 Posts
    505 Views
    BrutalBirdieB
    @basiliolp the forum search is a powerfull tool Welcome to the Cloudron Forum https://forum.cloudron.io/topic/13654/could-not-connect-to-your-mcp-server/
  • database size

    5
    1 Votes
    5 Posts
    601 Views
    rosanoR
    Deleting all executions still didn't move the database down from 500mb, but after running VACUUM FULL execution_data it's now 13mb. I''ll take it.