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

116 Topics 1.1k Posts
  • n8n - Package Updates

    Pinned
    326
    0 Votes
    326 Posts
    114k Views
    Package UpdatesP
    [3.81.0] Update n8n to 1.90.2 Full Changelog Bring back TidyUp button's icon and fix Easy AI button size (#14818) (b2e2e60) core: ID quoting in add scopes migration (#14788) (5f2c7fc) AWS credential signing http request - convert form to body (#14060) (652d0f5) core: Allow $evaluateExpression to resolve in task runners (#14641) (7c1be05) core: Fix missing encryption key check on workers (#14603) (de03452) core: Fix using secrets for credentials on oauth callback (#14711) (09806c3) core: Handle task runner accept timeout error (#14709) (a93dd53) core: Only check for folder changes when parentFolderId is present (#14618) (08e73d3) core: Prefer triggers with run data during partial executions (#14691) (ddfe594) core: Propagate env to task runner (#14638) (8e26d55)
  • n8n - Puppeteer - shared libraries failure

    Moved
    5
    1
    1 Votes
    5 Posts
    216 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
  • Could not connect to your MCP server

    6
    1 Votes
    6 Posts
    467 Views
    B
    I also tested both solutions, and only yours worked properly. Thank you for the help @zonzonzon
  • N8N V1.88.0 - MCP Server Trigger Access Failure Due to Nginx Configuration Issues

    Moved Solved
    2
    1 Votes
    2 Posts
    157 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
    166 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
    160 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
    6k 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
    53 Views
    No one has replied
  • 1 Votes
    12 Posts
    170 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
    62 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
    36 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
    168 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
    315 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
    163 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.
  • 1 Votes
    12 Posts
    347 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
    74 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
    57 Views
    No one has replied
  • Google Oauth2 Broken, Need to update to N8N 1.75+

    2
    0 Votes
    2 Posts
    346 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
    234 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
    1k Views
    I
    Adding max_old_space_size to my .env solved the issue yay 🥳