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
  • 1 Votes
    12 Posts
    595 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
    108 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
    85 Views
    No one has replied
  • Google Oauth2 Broken, Need to update to N8N 1.75+

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

    Moved Solved
    3
    1 Votes
    3 Posts
    292 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
    504 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
    828 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
    1k Views
    O
    @nebulon You are right. Our website hosting provider had to whitelist the n8n server's IP. Thanks for your help!
  • Cloudron Notifications in Telegram

    2
    6 Votes
    2 Posts
    699 Views
    andreasduerenA
    Did you explore this any further?
  • Not able to install crypto module in n8n

    Solved
    2
    1 Votes
    2 Posts
    218 Views
    girishG
    Have you seen https://docs.cloudron.io/apps/n8n/#built-in-node-modules ?
  • Change admin user

    2
    0 Votes
    2 Posts
    331 Views
    J
    If you login as the admin user, you can change the email in personal settings i.e /settings/personal .
  • 0 Votes
    2 Posts
    358 Views
    nebulonN
    Are you running n8n on Cloudron? This is a Cloudron related forum and it seems your post on n8n.io is the correct way to go forward.
  • N8n error after latest update

    Solved
    10
    1 Votes
    10 Posts
    1k Views
    S
    Hi @nebulon, we don't know yet. I created a new post for it, see here https://community.n8n.io/t/workflow-activation-fails/49834
  • How to install NPM packages that n8n App can use?

    Moved Solved
    9
    0 Votes
    9 Posts
    6k Views
    A
    Just for the sake of documenting, here is what I ended up with, in my .env.sh file: # ------------- NODE MODULES --------------------- # Allow node modules to be used in code node - https://docs.n8n.io/hosting/configuration/#use-built-in-and-external-modules-in-the-code-node # Allows usage of all builtin modules export NODE_FUNCTION_ALLOW_BUILTIN=* # FYI This is a SPACE separated list export EXTRA_NODE_MODULES="cloudinary@2.2.0 node-fetch@3.1.1" # Allow usage of external npm modules # Those modules are auto-installed by Cloudron upon app restart, see https://forum.cloudron.io/topic/11946/how-to-install-npm-packages-that-n8n-app-can-use/4?_=1719382777426 # FYI This is a COMMA separated list export NODE_FUNCTION_ALLOW_EXTERNAL=cloudinary,node-fetch
  • 1 Votes
    2 Posts
    185 Views
    nebulonN
    duplicate of https://forum.cloudron.io/topic/12007/n8n-error-after-latest-update
  • "fatal: not a git repository"

    Solved
    4
    0 Votes
    4 Posts
    709 Views
    rosanoR
    @nebulon said in "fatal: not a git repository": Have you tried to use a subfolder in /app/data/ for this? This is where data is kept persistently in Cloudron. Been using this folder and seems like it has had no issues for a week or two now thanks for clarifying
  • n8n - Updates are unavailable

    Solved n8n updates help error
    8
    1 Votes
    8 Posts
    1k Views
    girishG
    @dvlexp you have to ask these questions upstream in the n8n forum - https://community.n8n.io/ . We can only provide help here with the packaging aspect of n8n itself. App related issues are best asked upstream.