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

123 Topics 1.1k Posts
  • n8n - Package Updates

    Pinned
    339
    0 Votes
    339 Posts
    166k Views
    Package UpdatesP
    [3.89.0] Update n8n to 1.100.1 Full Changelog Fix insights loading on FE (#16677) (99ce1d2) Incorrect parameter names (#16408) (dd2ed90) Add Dingbat emojis to expressions grammar (#16545) (ddd3908) Ensure updatedAt field exists on folder object for source control (#16437) (81dd215) Fix module path resolution for Docker (#16623) (b5ba655) Fix pdf extract for arm64 docker images (#16522) (20e2d8e) Fix pdf extract not working (#16463) (c480d3c) Handle dynamic webhook edge cases (#16554) (1573ae6) Incorrect data returned by the node when using retry on error + continue on error (#16516) (f598b3b) Prevent unauthorised workflow termination (#16405) (29752ea)
  • n8n - upgrade straight to the latest version

    5
    2
    1 Votes
    5 Posts
    141 Views
    girishG
    @Ian4life yes, only one of the manifest or appStoreId has to be provided. The docs are slightly wrong. Try something like: '{"appStoreId":"io.n8n.cloudronapp@3.87.0", "skipBackup": true, "force": false}' (The appStoreId also requires the version)
  • Webhook production URL not working

    2
    1 Votes
    2 Posts
    46 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
    413 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
    240 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
    169 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
    175 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
    166 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
    650 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
    344 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
    349 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
    397 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
    11k 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
    134 Views
    No one has replied
  • 1 Votes
    12 Posts
    499 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
    172 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
    81 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
    364 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
    568 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