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

133 Topics 1.2k Posts
  • Someone else with ValidationError for https://express-rate-limit.github.io/ ?

    Solved
    2
    2 Votes
    2 Posts
    992 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
    559 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
    2k 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
    663 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
    882 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
    892 Views
    rosanoR
    @girish Works thank you. I see you already updated the docs!
  • N8N Update 3.78.1 - Non working python interpreter

    1
    2 Votes
    1 Posts
    315 Views
    No one has replied
  • 1 Votes
    12 Posts
    1k 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
    430 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
    238 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
    863 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
    1k 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
  • 1 Votes
    12 Posts
    2k Views
    J
    Good catch @nebulon . @zonzonzon https://docs.cloudron.io/apps/n8n/#custom-node-modules . Just edit /app/data/env.sh and set EXTRA_NODE_MODULES to empty string and then restart the app, see if that helps.
  • Unable to Check for New Update Version

    Solved
    2
    1 Votes
    2 Posts
    237 Views
    firmansiF
    My mistake with setting in firewall in AWS, everything back to normal, it works just fine
  • n8n AI starter pack on Cloudron?

    1
    2 Votes
    1 Posts
    158 Views
    No one has replied
  • Google Oauth2 Broken, Need to update to N8N 1.75+

    2
    0 Votes
    2 Posts
    868 Views
    I
    Okay so for those with the same problem.. it's possible to fix on 1.74.3 (Current version of Cloudron) by following these steps: Set N8N_PROXY_HOPS to 1 in your ENV, then restart your n8n instance. DELETED the credential and recreate it (Modifying it don't work, you need to delete and recreate!) Update your workflow And it will works.
  • @muench-dev/n8n-nodes-bluesky

    3
    2
    0 Votes
    3 Posts
    604 Views
    rmdesR
    I managed to install by it by removing some un-used community nodes, not sure which one was causing this but by cleaning up I got it to install
  • n8n Web Socket Connection Failed

    Solved
    6
    1 Votes
    6 Posts
    4k Views
    I
    Adding max_old_space_size to my .env solved the issue yay 🥳
  • n8n DEV label

    Moved Solved
    3
    1 Votes
    3 Posts
    590 Views
    girishG
    New package should fix the issue
  • adding apt dependencies to n8n app (or any other app)

    Moved Solved app install docker
    3
    1 Votes
    3 Posts
    1k Views
    V
    Hi @joseph pandoc is also part of Cloudron n8n package You're right I didn't realize this. It is a good surprise. I have other workflow requiring GDAL binaries for example (https://gdal.org/en/latest/). This one is mode specific and is not here. I guess I am good to make a custom packaging... I found some shady npm packages including binaries but it does not seem properly maintained.