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

150 Topics 1.4k Posts
  • N8N V1.88.0 - MCP Server Trigger Access Failure Due to Nginx Configuration Issues

    Moved Solved
    2
    1 Votes
    2 Posts
    922 Views
    BrutalBirdieB
    @basiliolp the forum search is a powerfull tool Welcome to the Cloudron Forum https://forum.cloudron.io/topic/13654/could-not-connect-to-your-mcp-server/
  • database size

    5
    1 Votes
    5 Posts
    1k Views
    rosanoR
    Deleting all executions still didn't move the database down from 500mb, but after running VACUUM FULL execution_data; it's now 13mb. I''ll take it.
  • Can't export credentials

    Solved
    3
    1 Votes
    3 Posts
    2k Views
    rosanoR
    @girish Works thank you. I see you already updated the docs!
  • N8N Update 3.78.1 - Non working python interpreter

    1
    2 Votes
    1 Posts
    485 Views
    No one has replied
  • 1 Votes
    12 Posts
    2k 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
    697 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
    297 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
    1k 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
    2k 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
  • 1 Votes
    12 Posts
    3k 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
    342 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
    227 Views
    No one has replied
  • Google Oauth2 Broken, Need to update to N8N 1.75+

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

    Moved Solved
    3
    1 Votes
    3 Posts
    859 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
    2k 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
    3k 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
    4k Views
    R
    @AmbroiseUnly Great, this helps me finally
  • N8N times out for WordPress API

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