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

114 Topics 1.1k Posts
  • Twitter / X - OAuth Authorization Error

    8
    0 Votes
    8 Posts
    569 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
    1k Views
    R
    @AmbroiseUnly Great, this helps me finally
  • N8N times out for WordPress API

    Solved
    5
    1 Votes
    5 Posts
    843 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
    615 Views
    andreasduerenA
    Did you explore this any further?
  • Not able to install crypto module in n8n

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

    2
    0 Votes
    2 Posts
    253 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
    264 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
    4k 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
    149 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
    566 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
    968 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.
  • n8n Content Security Policy not working

    3
    3
    0 Votes
    3 Posts
    404 Views
    nebulonN
    Are the CSP headers set as you expect them if you take a look at the request headers? Also double check them alongside the warnings in the browser console in case there is some typo and your browser thus ignores them.
  • How to use redis in n8n

    Solved
    12
    1 Votes
    12 Posts
    2k Views
    nebulonN
    You should be able to integrate your external redis via env variables https://docs.cloudron.io/apps/n8n/#custom-env upstream docs for this are at https://docs.n8n.io/hosting/configuration/environment-variables/queue-mode/
  • Install latest updates

    Unsolved
    9
    1 Votes
    9 Posts
    443 Views
    G
    @JuanBonfim Have you solved it? I am facing the exact same issue as you and my VPS is hosted at Vultr. Using Ubuntu 22.04.1 too and the current cloudron version I am using is 7.4.3.
  • n8n need help in installing python and python modules

    Moved
    3
    1 Votes
    3 Posts
    1k Views
    nennogabrielN
    I need to do the same. I need to run some scripts in python, and would be awesome to do it in n8n, but I do not want to do trough a custom n8n deploy. like in node there is a list in a environment NODE_FUNCTION_ALLOW_BUILTIN=crypto something like that.
  • 0 Votes
    6 Posts
    861 Views
    rmdesR
    Will try and report back, thanks
  • Cannot setup environnments

    Solved
    9
    3
    1 Votes
    9 Posts
    1k Views
    LanhildL
    @girish Yeah that was it. It works now. Thanks!
  • Is it possible to install other versions than "latest"?

    Solved
    3
    1 Votes
    3 Posts
    356 Views
    girishG
    @systemaddict looks like they released a new stable now.
  • i'm getting this error on my send email node

    Solved
    3
    1 Votes
    3 Posts
    374 Views
    K
    it works now, thanks