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

95 Topics 915 Posts
  • n8n - Package Updates

    Pinned
    277
    0 Votes
    277 Posts
    48k Views
    Package UpdatesP

    [3.52.2]

    Update n8n to 1.62.5 Full changelog
  • How to Read/Write local disk?

    Solved
    7
    0 Votes
    7 Posts
    297 Views
    R

    @AmbroiseUnly
    Great, this helps me finally 😉

  • N8N times out for WordPress API

    Solved
    5
    1 Votes
    5 Posts
    121 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
    423 Views
    andreasduerenA

    Did you explore this any further?

  • Not able to install crypto module in n8n

    Unsolved
    2
    1 Votes
    2 Posts
    52 Views
    girishG

    Have you seen https://docs.cloudron.io/apps/n8n/#built-in-node-modules ?

  • Change admin user

    2
    0 Votes
    2 Posts
    63 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
    79 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.

  • 1 Votes
    3 Posts
    60 Views
    J

    Upstream thread - https://community.n8n.io/t/process-hanging-when-starting-n8n-starting-migration-1720101653148/50380/4

    @AmbroiseUnly If the issue comes up again, we should investigate in more detail. Thanks for reporting

  • N8n error after latest update

    Solved
    10
    1 Votes
    10 Posts
    408 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
    775 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
    65 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
    238 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
    8
    1 Votes
    8 Posts
    442 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
    0 Votes
    3 Posts
    161 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
    1k 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
    279 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
    580 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
    623 Views
    rmdesR

    Will try and report back, thanks

  • Cannot setup environnments

    Solved
    9
    1 Votes
    9 Posts
    528 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
    177 Views
    girishG

    @systemaddict looks like they released a new stable now.