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

130 Topics 1.2k Posts
  • Add the odoo-xmlrpc module

    4
    1 Votes
    4 Posts
    722 Views
    girishG
    @Lanhild happy to merge your change, push away.
  • How to increase Disk I/O

    4
    1
    1 Votes
    4 Posts
    826 Views
    fbartelsF
    @darsh_parsana said in How to increase Disk I/O: disk should be showing more than 250 kb Only because the y axis ends at 250 kB/s does not mean that this is the limit. The table dynamically grows, so if you have something that would cause more disk i/o the scale would adapt.
  • HEAD Requests to webhook URLs return 404

    4
    0 Votes
    4 Posts
    445 Views
    girishG
    I replied at https://community.n8n.io/t/respond-to-head-request-webhook/23586/15?u=girishcloudron
  • Installing External packages in n8n

    2
    0 Votes
    2 Posts
    545 Views
    nebulonN
    @samarvir for 1. are you referring to the app itself or some additional docker images alongside the app package? Community module installations should already work. Do you have a specific example which does not work?
  • Cannot set environment variables

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    G
    @girish Thank you, I can corroborate it works even if it's showing an error in the node field.
  • Not Responding

    4
    1
    0 Votes
    4 Posts
    875 Views
    benborgesB
    @nebulon I'm getting Timing buffered disk reads: 906 MB in 3.01 seconds = 301.48 MB/sec this again seems to be a contabo issue more than anything else
  • How to use custom nodes?

    Solved
    2
    1 Votes
    2 Posts
    342 Views
    S
    Figured it out. Just uploaded my node's folder to the custom-extensions folder and restarted n8n.
  • Converting JSON

    Solved
    5
    0 Votes
    5 Posts
    991 Views
    J
    @martinkbs Perfect, thank you so much!
  • Issue connecting N8N to IMAP account

    Solved
    3
    0 Votes
    3 Posts
    828 Views
    O
    @girish I'm just going to hang my head in shame now This box is behind NAT and, apparently, I'd messed up my firewall rules. Thank you for the shell/telnet suggestion though. That was helpful. Sorry for wasting your time!
  • n8n version downgrade

    4
    1
    0 Votes
    4 Posts
    1k Views
    robiR
    @murgero said in n8n version downgrade: Maybe cloudron can implement a way to pick app version if installing via cli for development purposes? There's a FR for this and a manual way: https://forum.cloudron.io/topic/2688/disaster-recovery-restoring-a-backup/8
  • Error installing community nodes on n8n

    Solved
    26
    1 Votes
    26 Posts
    6k Views
    benborgesB
    @kevin-k Strange...can you try to revert back to a working backup, reinstall community modules again, reboot once again and go to that page see if everything stick ? I had issues first time I installed, had to reinstall once, but then it went smooth...
  • Making n8n extendable

    Solved
    7
    3 Votes
    7 Posts
    2k Views
    Sam_ukS
    @robi I just made it work following https://forum.cloudron.io/topic/7629/error-installing-community-nodes-on-n8n/20
  • extending ajv with ajv-formats

    Solved
    10
    1 Votes
    10 Posts
    3k Views
    D
    @nebulon perfect, thanks a lot for this!
  • Updated package version doesn’t match the latest one

    3
    1
    0 Votes
    3 Posts
    648 Views
    nebulonN
    Yes, upstream is publishing updates nearly daily at the moment, so eventually your Cloudron should catch up, but you may also manually check for updates and apply those accordingly.
  • Request for npm packages so I can migrate my n8n instance

    n8n npm nodejs automation
    12
    1 Votes
    12 Posts
    3k Views
    Sam_ukS
    I'd like to use https://www.npmjs.com/package/@digital-boss/n8n-nodes-humhub in my N8N instance, so ability to install packages would be great.
  • How to store data with n8n?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    R
    @martinkbs That's exactly what I was looking for! I wasn't aware of Baserow or NocoDB. It sounds it might fit my needs. Thanks for the ideas!
  • n8n env file location

    Moved
    2
    0 Votes
    2 Posts
    679 Views
    nebulonN
    Have you installed n8n via Cloudron or somehow standalone? This is a Cloudron forum, so if you are not using Cloudron, I think you have to contact the upstream developers.
  • Add users to Cloudron - N8N

    12
    3 Votes
    12 Posts
    2k Views
    P
    here is the first release: https://forum.cloudron.io/topic/7546/open-registration-app-for-cloudron
  • Set acknowledge status of a Cloudron Notification via API doesn't work

    7
    0 Votes
    7 Posts
    1k Views
    M
    @girish Yes, this was it. I did not manage to see the actual json. But seems like n8n always adds quotes using the name / value combination. I changed it to this: { "nodes": [ { "parameters": { "requestMethod": "POST", "url": "=https://my.xxx.de/api/v1/notifications/{{$node[\"Item Lists\"].json[\"id\"]}}", "jsonParameters": true, "options": {}, "bodyParametersJson": "={\n\"acknowledged\": true\n}", "headerParametersJson": "={\"authorization\": \"Bearer xxx\"}" }, "name": "HTTP Request1", "type": "n8n-nodes-base.httpRequest", "typeVersion": 2, "position": [ 1100, 300 ] } ], "connections": {} } Now it's working. I used this: [image: 1655223426650-bildschirmfoto-2022-06-14-um-18.16.17.png] instead of this:[image: 1655223453840-bildschirmfoto-2022-06-14-um-18.16.42.png]
  • OAuth Connection With Nextcloud Not Working

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    girishG
    @mabaker thanks! I have put your notes in our docs - https://docs.cloudron.io/troubleshooting/#hairpin-nat . I have to clean up that troubleshooting section a bit, but that's a task for another day...