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

101 Topics 964 Posts
  • n8n - Package Updates

    Pinned
    292
    0 Votes
    292 Posts
    64k Views
    Package UpdatesP

    [3.61.0]

    Update n8n to 1.72.1 Full Changelog core: Fix $getWorkflowStaticData on task runners (#​12153) (215cb22) core: Fix race condition in AI tool invocation with multiple items from the parent (#​12169) (67a99dd) editor: Fix canvas panning using Control + Left Mouse Button on Windows (#​12104) (ef3358d) Allow disabling MFA with recovery codes (#​12014) (95d56fe) Chat triggers don't work with the new partial execution flow (#​11952) (2b6a72f) core: Execute nodes after loops correctly with the new partial execution flow (#​11978) (891dd7f) core: Fix support for multiple invocation of AI tools (#​12141) (c572c06) core: Make sure task runner exits (#​12123) (c5effca) core: Remove run data of nodes unrelated to the current partial execution (#​12099) (c4e4d37) core: Return homeProject when filtering workflows by project id (#​12077) (efafeed) editor: Don't reset all Parameter Inputs when switched to read-only (#​12063) (706702d) editor: Fix canvas panning using Control + Left Mouse Button on Windows (#​12104) (43009b6) editor: Fix Nodeview.v2 reinitialise based on route changes (#​12062) (b1f8663) editor: Fix svg background pattern rendering on safari (#​12079) (596f221) editor: Fix switching from v2 to v1 (#​12050) (5c76de3) editor: Improvements to the commit modal (#​12031) (4fe1952) editor: Load node types in demo and preview modes (#​12048) (4ac5f95) editor: Polyfill crypto.randomUUID (#​12052) (0537524) editor: Redirect Settings to the proper sub page depending on the instance type (cloud or not) (#​12053) (a16d006) editor: Render sanitized HTML content in toast messages (#​12139) (0468945) editor: Universal button snags (#​11974) (956b11a) editor: Update concurrency UI considering different types of instances (#​12068) (fa572bb) FTP Node: Fix issue with creating folders on rename (#​9340) (eb7d593) n8n Form Node: Completion page display if EXECUTIONS_DATA_SAVE_ON_SUCCESS=none (#​11869) (f4c2523) OpenAI Node: Allow updating assistant files (#​12042) (7b20f8a) AI Transform Node: Reduce payload size (#​11965) (d8ca8de) core: Add option to filter for empty variables (#​12112) (a63f0e8) core: Cancel runner task on timeout in external mode (#​12101) (addb4fa) core: Parent workflows should wait for sub-workflows to finish (#​11985) (60b3dcc) editor: Implementing the Easy AI Workflow experiment (#​12043) (67ed1d2) Redis Node: Add support for continue on fail / error output branch (#​11714) (ed35958)
  • n8n Web Socket Connection Failed

    5
    1 Votes
    5 Posts
    58 Views
    J

    Those logs look like OOM from the javascript VM. maybe increase the app's memory limit as well.

  • @muench-dev/n8n-nodes-bluesky

    2
    0 Votes
    2 Posts
    45 Views
    nebulonN

    The error sounds either like a broken code for the plugin, or more likely some version incompatibility.

  • N8N - Unlock Paid Features for Free!! - TIME LIMITED OFFER

    Moved
    13
    11 Votes
    13 Posts
    995 Views
    scookeS

    @whitecube I just did this... I wonder why you could not? Take another look.

  • n8n DEV label

    Moved Solved
    3
    1 Votes
    3 Posts
    54 Views
    girishG

    New package should fix the issue

  • adding apt dependencies to n8n app (or any other app)

    Moved Solved
    3
    1 Votes
    3 Posts
    116 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
    215 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
    489 Views
    R

    @AmbroiseUnly
    Great, this helps me finally 😉

  • N8N times out for WordPress API

    Solved
    5
    1 Votes
    5 Posts
    332 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
    483 Views
    andreasduerenA

    Did you explore this any further?

  • Not able to install crypto module in n8n

    Unsolved
    2
    1 Votes
    2 Posts
    92 Views
    girishG

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

  • Change admin user

    2
    0 Votes
    2 Posts
    126 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
    141 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
    76 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
    599 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
    2k 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
    99 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
    323 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
    612 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
    213 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.