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

114 Topics 1.1k Posts
  • n8n env file location

    Moved
    2
    0 Votes
    2 Posts
    483 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
    915 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
    1k 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...
  • Using the n8n CLI

    Solved
    10
    2 Votes
    10 Posts
    2k Views
    JOduMonTJ
    @girish + @nebulon it is very nice to have access to you; you are very responsive and highly competent thank you!
  • SFTP Access denied

    sftp
    6
    1
    0 Votes
    6 Posts
    1k Views
    M
    The solution is to add the filename to the path: In my case: /consume/file.pdf
  • Setting up an Automated Blog using n8n & Tiny Tiny RSS

    12
    2
    11 Votes
    12 Posts
    4k Views
    ajtatumA
    I've built something similar for my site, but ended up just purchasing WP Webhooks and it made my life so much easier. It's definitely worth the $100 IMO.
  • Puzzled: how to log in as Cloudron user?

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    nebulonN
    Alright, I have put the same note about the visibility setting as we have in the app configuration section now into the install dialog.
  • Including a markdown-to-html node module "marked" in n8n Dockerfile

    6
    1 Votes
    6 Posts
    1k Views
    S
    @bubonicfred Thanks for sharing! I hadn't noticed it yet.
  • pandoc

    2
    0 Votes
    2 Posts
    437 Views
    girishG
    @bubonicfred currently, this is the best place to check - https://git.cloudron.io/cloudron/n8n-app/-/blob/master/Dockerfile#L20
  • "Reset" after upgrade to 2.0

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    doodlemania2D
    @girish bingo! i will practice once more to confirm but i suspect that the first user == the user that gets rights to previously created things one other thing i need to double check - when i upgrade to 2.0, for whatever reason (possibly unrelated to the upgrade), my n8n stopped working (it stopped responding to webhook triggers), i will see if that's consistent and perhaps related to "it won't work till the first user is created" or something else
  • User management

    Solved
    8
    6 Votes
    8 Posts
    1k Views
    rmdesR
    edit : actually it recovered all the workflows, my bad now I just have to create second user and share workflow with members
  • Not able to use Crypto module

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    girishG
    @robi I guess this is something for upstream. Ideally, we don't have to make such decisions since we are not experts on the app.
  • Need bwip-js package

    Solved
    7
    1 Votes
    7 Posts
    1k Views
    C
    @girish it'ok now, thanks all
  • 0 Votes
    7 Posts
    1k Views
    B
    @girish I saw no red indicators on the nav bar. I guess that would have helped me towards the source of the problem. But I will keep an eye if a service gets into trouble again.
  • n8n timezone? logs retention?

    Moved
    16
    1 Votes
    16 Posts
    3k Views
    andreasduerenA
    @humptydumpty
  • Using handlebars.js

    Solved
    17
    0 Votes
    17 Posts
    3k Views
    girishG
    @rmdes right, if you want external modules, we have to fix the package. The modules are hardcoded in the Dockerfile.
  • n8n update failed

    Moved Solved
    6
    2
    0 Votes
    6 Posts
    934 Views
    potemkin_aiP
    @girish thank you! but at the meantime, it would be nice just to roll back to the previous version and fire some alert
  • Using Jsonata

    9
    3
    0 Votes
    9 Posts
    1k Views
    girishG
    @robi correct, vm2 can be made to load them but n8n does not configure it that way. I guess this has to be reported upstream to n8n to support loading modules outside node_modules.
  • (connect ECONNREFUSED 127.0.0.1:80)

    11
    0 Votes
    11 Posts
    3k Views
    Sam_ukS
    I dunno what this problem was but it seems to have gone away now