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

122 Topics 1.1k Posts
  • n8n - Package Updates

    Pinned
    337
    0 Votes
    337 Posts
    143k Views
    Package UpdatesP
    [3.87.0] Update n8n to 1.97.1 Full Changelog Allow dotfiles in sendFile to fix WorkFlow settings 404 error (#14744) (7928a9b) Honor absolute paths for N8N_LOG_FILE_LOCATION (#15873) (1e5b905) Normalize trailing slash when setting CORS headers for test webhooks (#15906) (61d0c6a) Add user management endpoints to the Projects Public API (#12329) (4459c7e) Allow specifying Content-Security-Policy-Report-Only (#15805) (c127846) Start listening to IPv6 addresses as well by default (#15810) (9f44f40) Add ability to extract sub-workflows to canvas context menu (#15538) (5985df6) Combine 'Move to Folder' and 'Change owner' modals (#15756) (e860dd6) Support pasting an expression into a number parameter (#15722) (2a1475d) Cleanup MCP server management, use sanitized trigger node's name as name for the MCP server (#15751) (07a636e)
  • n8n - upgrade straight to the latest version

    2
    2
    1 Votes
    2 Posts
    39 Views
    girishG
    @Ian4life Our whole update system is set up for rolling updates i.e we test against the previous release. Jumping releases is not just untested, the packaging code is also not geared for this. You can do this hack: go to updates -> schedule and just select every hour . Then leave automatic update on and it will catch up very quickly. Another hack is set up the CLI tool and then cloudron update --app <domain> --appstore-id <n8n>@<package-version> . But I don't recommend this at all because this skips the whole rolling update mechanism and I have no clue if it will update properly or not
  • n8n cors

    Moved
    5
    0 Votes
    5 Posts
    330 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
    1k Views
    E
    Any updates on the Cloudron 9 update?
  • jsonwebtoken support in n8n

    5
    2 Votes
    5 Posts
    185 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
    113 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
    143 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
    135 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
    561 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
    300 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
    296 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.
  • Can't export credentials

    Solved
    3
    1 Votes
    3 Posts
    339 Views
    rosanoR
    @girish Works thank you. I see you already updated the docs!
  • N8N - Unlock Paid Features for Free!! - TIME LIMITED OFFER

    Moved
    21
    3
    12 Votes
    21 Posts
    10k Views
    J
    @ValueShopperUSA This appears to be the SaaS version where you are on Trial plan. I think you need the self-hosted version (like on Cloudron) for this to work.
  • N8N Update 3.78.1 - Non working python interpreter

    1
    2 Votes
    1 Posts
    112 Views
    No one has replied
  • 1 Votes
    12 Posts
    397 Views
    timconsidineT
    @BrutalBirdie said in I turned off cloudron and turned it on again and my workflows disappeared and now I can no longer use n8n: if we continue in spanish wow - cloudron forum knows no bounds
  • Upload a local file to an s3Bucket via a form

    2
    0 Votes
    2 Posts
    145 Views
    S
    Solved here: https://community.n8n.io/t/upload-a-local-file-to-an-s3bucket-via-a-form/96480/13 gDrive example [image: 1743781721625-fb0c02e7-a51f-4b94-be95-29debb33330c-image-resized.png]
  • Problem with my credentials

    2
    0 Votes
    2 Posts
    65 Views
    nebulonN
    In order to help you, please provide app logs and as much other information as possible. Which credentials are you referring to and also where is the logo replaced? In the Cloudron dashboard or somewhere else?
  • N8N Package Update Version

    4
    0 Votes
    4 Posts
    326 Views
    J
    Yes, I think so. because 1.82.2 (latest) > 1.82.0, i expect it to include everything in 1.82.0
  • n8n - python packages

    4
    1 Votes
    4 Posts
    510 Views
    robiR
    You can often install things to the /app/data location manually if you can set the right env variables. try: export HOME=/app/data then run the pip install
  • Redis for n8n

    2
    0 Votes
    2 Posts
    247 Views
    J
    @zonzonzon are you rferring to https://docs.n8n.io/hosting/scaling/queue-mode/#start-redis ? I have to say such a setup might be an overkill for Cloudron. (as in , having multiple workers + horizontal scaling) . The package is designed for a single node deployment.