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

83 Topics 816 Posts
  • Change update stream to stable

    4
    3 Votes
    4 Posts
    104 Views
    JUVOJustinJ

    Perfect, thank you very much

  • n8n CLI commands not working in Cloudron

    7
    0 Votes
    7 Posts
    206 Views
    S

    Hi @girish

    Kindly also check this n8n team response related to this issue, in the context of Cloudron:

    https://community.n8n.io/t/cli-commands-not-working-in-v1-x-x/29309/3

    Thanks.

  • 0 Votes
    1 Posts
    232 Views
    No one has replied
  • Add new library, please

    Solved
    9
    1 Votes
    9 Posts
    246 Views
    K

    Oh, you have already updated the n8n package, forgive my inattention

  • Webhook domain resolve to localhost ?

    Solved
    7
    0 Votes
    7 Posts
    225 Views
    benborgesB

    All good !

  • trying to scale N8N

    20
    2 Votes
    20 Posts
    2k Views
    girishG

    @zonzonzon Services view - https://docs.cloudron.io/services/#configure

  • 0 Votes
    3 Posts
    143 Views
    martinkbsM

    Hey @alwynispat

    Maybe you should use the SSH node instead of the Execute Command node. From what I understand the Whois package is installed on the server, so to run it you will have to call it via ssh command.

    The Execute Command node executes commands inside the cloudron n8n container, which by default will run in the /app/code path of your n8n container.

    That is the reason why it does not find the Whois package when running the Execute Command node.

  • 1 Votes
    6 Posts
    113 Views
    K

    Solution (more of a workaround) : https://community.n8n.io/t/google-sheets-bug-cant-activate-workflow/27211/6

    I believe it's a minor bug on the GoogleSheets Trigger Node

  • 1 Votes
    2 Posts
    81 Views
    girishG

    @Matheus-0 what is the problem? Seems to be ok here.

    fa6fd4ed-60a0-4c6a-9666-e8e89f598a7a-image.png

  • Massively Inflated Backups

    4
    0 Votes
    4 Posts
    127 Views
    girishG

    @ericdrgn you can also check the du size on the server for the appdata.

  • Bug: CORS error

    Solved
    26
    0 Votes
    26 Posts
    802 Views
    S

    @girish https://forum.cloudron.io/topic/9021/capability-to-tweak-reverse-proxy-config-of-an-app

  • SSL Error

    Solved
    3
    1 Votes
    3 Posts
    148 Views
    S

    @girish I thought I had to activate the SSL/TLS toggle because of STARTTLS. I deactivated it and now it works.

  • Add the odoo-xmlrpc module

    4
    1 Votes
    4 Posts
    112 Views
    girishG

    @Lanhild happy to merge your change, push away.

  • How to increase Disk I/O

    4
    1 Votes
    4 Posts
    131 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
    99 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
    121 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
    289 Views
    G

    @girish Thank you, I can corroborate it works even if it's showing an error in the node field.

  • Not Responding

    4
    0 Votes
    4 Posts
    130 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
    74 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
    148 Views
    J

    @martinkbs Perfect, thank you so much!