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
  • Can't export credentials

    Solved
    3
    1 Votes
    3 Posts
    627 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
    15k 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
    188 Views
    No one has replied
  • 1 Votes
    12 Posts
    855 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
    274 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
    131 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
    596 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
    816 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
    391 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
    1k 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
    174 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
    130 Views
    No one has replied
  • Google Oauth2 Broken, Need to update to N8N 1.75+

    2
    0 Votes
    2 Posts
    666 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
    461 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
    3k Views
    I
    Adding max_old_space_size to my .env solved the issue yay 🥳
  • n8n DEV label

    Moved Solved
    3
    1 Votes
    3 Posts
    416 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
    772 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.
  • Twitter / X - OAuth Authorization Error

    8
    0 Votes
    8 Posts
    1k Views
    E
    Sure I can seek that out. This community has been helpful in the past on other apps. Plus I am paying for this through Cloudron. Point taken what you're saying but if the apps don't work there is no point in continuing to pay for this service.
  • How to Read/Write local disk?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    R
    @AmbroiseUnly Great, this helps me finally
  • N8N times out for WordPress API

    Solved
    5
    1 Votes
    5 Posts
    2k Views
    O
    @nebulon You are right. Our website hosting provider had to whitelist the n8n server's IP. Thanks for your help!