Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Packaging & Development
  3. Help Wanted or Offered
  4. Sponsoring: n8n

Sponsoring: n8n

Scheduled Pinned Locked Moved Solved Help Wanted or Offered
42 Posts 8 Posters 6.0k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #18

    https://git.atrilahiji.dev/atrilahiji/cloudron-n8n-app

    Works

    Gotta use chrome/chromium based browser it seems. Firefox gets that connection lost issue.

    I did only test with a webhook trigger going to an http request action (which is 99.9% of my use cases) but ymmv. I didn't test much else because I don't use a large number of the services it works with.
    This is based largely on @jimcavoli 's package (I literally changed one thing in the manifest).

    Install by pulling the repo and doing the while cloudron build/install stuff. Ya know the drill now.

    T 2 Replies Last reply
    5
    • ? A Former User

      https://git.atrilahiji.dev/atrilahiji/cloudron-n8n-app

      Works

      Gotta use chrome/chromium based browser it seems. Firefox gets that connection lost issue.

      I did only test with a webhook trigger going to an http request action (which is 99.9% of my use cases) but ymmv. I didn't test much else because I don't use a large number of the services it works with.
      This is based largely on @jimcavoli 's package (I literally changed one thing in the manifest).

      Install by pulling the repo and doing the while cloudron build/install stuff. Ya know the drill now.

      T Offline
      T Offline
      thetomester13
      App Dev
      wrote on last edited by
      #19

      @atrilahiji can confirm I'm no longer seeing the 'Connection Lost' on Chrome! (Though still present on Firefox 😕 ). Either way, you're my hero! Will be playing around with this more over the next few days.

      1 Reply Last reply
      4
      • ? A Former User

        https://git.atrilahiji.dev/atrilahiji/cloudron-n8n-app

        Works

        Gotta use chrome/chromium based browser it seems. Firefox gets that connection lost issue.

        I did only test with a webhook trigger going to an http request action (which is 99.9% of my use cases) but ymmv. I didn't test much else because I don't use a large number of the services it works with.
        This is based largely on @jimcavoli 's package (I literally changed one thing in the manifest).

        Install by pulling the repo and doing the while cloudron build/install stuff. Ya know the drill now.

        T Offline
        T Offline
        thetomester13
        App Dev
        wrote on last edited by
        #20

        @atrilahiji I came across a few things, wondering if you have some input on these:

        • I'm not able to simply 'run' workflows. Trying to 'Execute' results in an endless spinning of a wheel. When trying to hit 'Stop' to stop the execution, this shows up in the logs:
        Apr 27 13:51:02 Error: The execution id "6" could not be found.
        Apr 27 13:51:02 at /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/Server.js:1142:27
        Apr 27 13:51:02 at runMicrotasks (<anonymous>)
        Apr 27 13:51:02 at processTicksAndRejections (internal/process/task_queues.js:97:5)
        Apr 27 13:51:02 at async /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/ResponseHelper.js:76:26
        
        • I can switch over a workflow to a webhook, and then properly trigger the workflow, which is awesome! However, to test this out, I'm doing a simple 'send email' using my Cloudron SMTP credentials. This node fails on the workflow with the following error: ERROR: 140532647925632:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

        I know this is very much a work in progress, just wanted to record these in case anyone has some input.

        ? 1 Reply Last reply
        1
        • T thetomester13

          @atrilahiji I came across a few things, wondering if you have some input on these:

          • I'm not able to simply 'run' workflows. Trying to 'Execute' results in an endless spinning of a wheel. When trying to hit 'Stop' to stop the execution, this shows up in the logs:
          Apr 27 13:51:02 Error: The execution id "6" could not be found.
          Apr 27 13:51:02 at /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/Server.js:1142:27
          Apr 27 13:51:02 at runMicrotasks (<anonymous>)
          Apr 27 13:51:02 at processTicksAndRejections (internal/process/task_queues.js:97:5)
          Apr 27 13:51:02 at async /usr/local/node-12.16.3/lib/node_modules/n8n/dist/src/ResponseHelper.js:76:26
          
          • I can switch over a workflow to a webhook, and then properly trigger the workflow, which is awesome! However, to test this out, I'm doing a simple 'send email' using my Cloudron SMTP credentials. This node fails on the workflow with the following error: ERROR: 140532647925632:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

          I know this is very much a work in progress, just wanted to record these in case anyone has some input.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by A Former User
          #21

          @thetomester13 huh openssl errors??? O_O

          Yeah not immediately sure why but I'll do some digging.

          I'm also just going to do some cleaning up of the package

          T 1 Reply Last reply
          2
          • ? A Former User

            @thetomester13 huh openssl errors??? O_O

            Yeah not immediately sure why but I'll do some digging.

            I'm also just going to do some cleaning up of the package

            T Offline
            T Offline
            thetomester13
            App Dev
            wrote on last edited by
            #22

            @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

            ? girishG 3 Replies Last reply
            1
            • T thetomester13

              @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #23

              @thetomester13 Yeah seems to be a weird upstream issue. I also just disabled SSL for SMTP and it worked. Still using port 587

              1 Reply Last reply
              2
              • T thetomester13

                @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #24

                @thetomester13 I also bumped both the N8N and Node versions

                girishG T 2 Replies Last reply
                2
                • T thetomester13

                  @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #25

                  @thetomester13 said in Sponsoring: n8n:

                  @atrilahiji upon further investigation , it seems as if it's just a problem with the Send Email node (or maybe my credentials? Though IMAP is confirmed working). I'm able to create other workflows with other triggers that run properly! Very awesome stuff!

                  There seems to a bug with the cert renewal logic which I am just investigating. If you go to Services -> Mail -> Restart it copies over the fresh cert.

                  1 Reply Last reply
                  2
                  • ? A Former User

                    @thetomester13 I also bumped both the N8N and Node versions

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #26

                    @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                    ? 1 Reply Last reply
                    1
                    • ? A Former User

                      @thetomester13 I also bumped both the N8N and Node versions

                      T Offline
                      T Offline
                      thetomester13
                      App Dev
                      wrote on last edited by
                      #27

                      @atrilahiji said in Sponsoring: n8n:

                      @thetomester13 I also bumped both the N8N and Node versions

                      🙌

                      I'm still not able to get my SMTP Send Email node to work for some reason, even with the refresh of Mail certs and Ignoring SSL Errors. shrug not a huge deal for now, I'll play around with it some more coming up.

                      @girish said in Sponsoring: n8n:

                      @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                      I think that should be fine!

                      T 1 Reply Last reply
                      1
                      • girishG girish

                        @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #28

                        @girish It seems stable enough to be unstable. FYI the most up to date package is here https://git.atrilahiji.dev/atrilahiji/cloudron-n8n-app

                        1 Reply Last reply
                        2
                        • T thetomester13

                          @atrilahiji said in Sponsoring: n8n:

                          @thetomester13 I also bumped both the N8N and Node versions

                          🙌

                          I'm still not able to get my SMTP Send Email node to work for some reason, even with the refresh of Mail certs and Ignoring SSL Errors. shrug not a huge deal for now, I'll play around with it some more coming up.

                          @girish said in Sponsoring: n8n:

                          @atrilahiji @thetomester13 so, should i just go ahead and push that as unstable?

                          I think that should be fine!

                          T Offline
                          T Offline
                          thetomester13
                          App Dev
                          wrote on last edited by
                          #29

                          @atrilahiji ooooookay. You said you turned off SSL, not SSL Errors. Yes, turning that off in the credentials themselves worked!

                          ? 1 Reply Last reply
                          1
                          • T thetomester13

                            @atrilahiji ooooookay. You said you turned off SSL, not SSL Errors. Yes, turning that off in the credentials themselves worked!

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by A Former User
                            #30

                            @thetomester13 Yep! Gmail seemed to think it was secured with TLS anyways so IDK? IMAP seems to work anyways.

                            girishG 1 Reply Last reply
                            2
                            • ? A Former User

                              @thetomester13 Yep! Gmail seemed to think it was secured with TLS anyways so IDK? IMAP seems to work anyways.

                              girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #31

                              @atrilahiji do you think you can add a LICENSE file and I can then put the repo in git.cloudron.io. Thanks!

                              ? 1 Reply Last reply
                              1
                              • girishG girish

                                @atrilahiji do you think you can add a LICENSE file and I can then put the repo in git.cloudron.io. Thanks!

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #32

                                @girish Done 👍

                                girishG micmcM 2 Replies Last reply
                                1
                                • ? A Former User

                                  @girish Done 👍

                                  girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #33

                                  @atrilahiji Thanks! Here - https://git.cloudron.io/cloudron/n8n-app . you and @thetomester13 should have push access. I am just building the unstable package.

                                  1 Reply Last reply
                                  3
                                  • girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote on last edited by girish
                                    #34

                                    OK, this is published as unstable now. I haven't really looked into the package code itself but I will take a look when I find the time this week. I created a n8n app category, so please continue discussing there.

                                    1 Reply Last reply
                                    7
                                    • marcusquinnM Offline
                                      marcusquinnM Offline
                                      marcusquinn
                                      wrote on last edited by
                                      #35

                                      Awesome work - thank you kindly! Will give it a good test, and see if we can contribute connectors for EspoCRM too.

                                      Web Design https://www.evergreen.je
                                      Development https://brandlight.org
                                      Life https://marcusquinn.com

                                      girishG 1 Reply Last reply
                                      2
                                      • marcusquinnM marcusquinn

                                        Awesome work - thank you kindly! Will give it a good test, and see if we can contribute connectors for EspoCRM too.

                                        girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #36

                                        @marcusquinn Yes, as a heads up, it doesn't work in firefox, only in chrome. Some nginx/event source issue - https://forum.cloudron.io/topic/4980/cannot-reach-backend-server

                                        marcusquinnM 1 Reply Last reply
                                        3
                                        • girishG girish

                                          @marcusquinn Yes, as a heads up, it doesn't work in firefox, only in chrome. Some nginx/event source issue - https://forum.cloudron.io/topic/4980/cannot-reach-backend-server

                                          marcusquinnM Offline
                                          marcusquinnM Offline
                                          marcusquinn
                                          wrote on last edited by
                                          #37

                                          @girish Cool - got it. I guess that means all/most Chromiums.

                                          As an aside; I have ended up reviewing Edge in the last couple of days by chance - it's surprisingly nice, and certainly better than the trojan horse that is Google Chrome.

                                          Web Design https://www.evergreen.je
                                          Development https://brandlight.org
                                          Life https://marcusquinn.com

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search