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. N8N
  3. n8n: execute-node-never-end

n8n: execute-node-never-end

Scheduled Pinned Locked Moved Solved N8N
22 Posts 5 Posters 3.1k Views 6 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.
  • nebulonN nebulon

    @brutalbirdie I guess @JOduMonT has also tweaked the system nginx config for the app manually. Of course this won't be persistent for the moment, but good to know. We have to find a solution on the platform for this though.

    BrutalBirdieB Offline
    BrutalBirdieB Offline
    BrutalBirdie
    Partner
    wrote on last edited by
    #12

    @nebulon huh I got to test this.
    Since @JOduMonT wrote this:

    @BrutalBirdie please modify the nginx proxy in consequence.

    I got the impression he did this fix for his local docker-compose setup.

    https://community.n8n.io/t/execute-node-never-end/6899/17?u=brutalbirdie

    Now I am even more confused. @JOduMonT could you please clear up what you exactly did?

    Like my work? Consider donating a drink. Cheers!

    1 Reply Last reply
    0
    • JOduMonTJ JOduMonT

      It seems to be the NGINX cache, because on my side

      I opened the port 5678 and access it directly with this port instead of behind NGINX
      and n8n + mysql or postgres works well if we abstract the proxy (NGINX).

      and now it works well, even behind NGINX if I use

      proxy_pass http://localhost:5678;
      proxy_set_header Connection '';
      proxy_http_version 1.1;
      chunked_transfer_encoding off;
      proxy_buffering off;
      proxy_cache off;
      

      @BrutalBirdie please modify the nginx proxy in consequence.

      BrutalBirdieB Offline
      BrutalBirdieB Offline
      BrutalBirdie
      Partner
      wrote on last edited by
      #13

      @jodumont I did fix the manual execution.
      Update coming out soon.

      Like my work? Consider donating a drink. Cheers!

      girishG 1 Reply Last reply
      1
      • BrutalBirdieB BrutalBirdie

        @jodumont I did fix the manual execution.
        Update coming out soon.

        girishG Do not disturb
        girishG Do not disturb
        girish
        Staff
        wrote on last edited by
        #14

        @brutalbirdie Ah great. Does this also fix (or is it even related to) https://forum.cloudron.io/topic/5415/connection-lost-n8n/ ?

        BrutalBirdieB 1 Reply Last reply
        0
        • girishG girish

          @brutalbirdie Ah great. Does this also fix (or is it even related to) https://forum.cloudron.io/topic/5415/connection-lost-n8n/ ?

          BrutalBirdieB Offline
          BrutalBirdieB Offline
          BrutalBirdie
          Partner
          wrote on last edited by
          #15

          @girish not sure about that since this issue is already resolved and in the automated tests and I cant reproduce his error.

          Like my work? Consider donating a drink. Cheers!

          bencreynoldsB 1 Reply Last reply
          1
          • BrutalBirdieB BrutalBirdie

            @girish not sure about that since this issue is already resolved and in the automated tests and I cant reproduce his error.

            bencreynoldsB Offline
            bencreynoldsB Offline
            bencreynolds
            wrote on last edited by
            #16

            @brutalbirdie I am having this issue as well. Is there going to be a fix implemented? I have no idea how to edit my Nginx settings in cloudron.

            girishG 2 Replies Last reply
            1
            • bencreynoldsB bencreynolds

              @brutalbirdie I am having this issue as well. Is there going to be a fix implemented? I have no idea how to edit my Nginx settings in cloudron.

              girishG Do not disturb
              girishG Do not disturb
              girish
              Staff
              wrote on last edited by
              #17

              @bencreynolds The fix is ready. We will publish a new package asap.

              1 Reply Last reply
              3
              • nebulonN nebulon

                @brutalbirdie I guess @JOduMonT has also tweaked the system nginx config for the app manually. Of course this won't be persistent for the moment, but good to know. We have to find a solution on the platform for this though.

                JOduMonTJ Offline
                JOduMonTJ Offline
                JOduMonT
                wrote on last edited by
                #18

                @nebulon said in n8n: execute-node-never-end:

                I guess @JOduMonT has also tweaked the system nginx config for the app manually.

                no I didn't, of course I could build another Cloudron at home (as development and test it) but in Prod I touch nothing, you are the master of my ProdMachine 😛

                1 Reply Last reply
                0
                • bencreynoldsB bencreynolds

                  @brutalbirdie I am having this issue as well. Is there going to be a fix implemented? I have no idea how to edit my Nginx settings in cloudron.

                  girishG Do not disturb
                  girishG Do not disturb
                  girish
                  Staff
                  wrote on last edited by
                  #19

                  @bencreynolds I have pushed an update, can you please check?

                  bencreynoldsB 1 Reply Last reply
                  0
                  • girishG girish

                    @bencreynolds I have pushed an update, can you please check?

                    bencreynoldsB Offline
                    bencreynoldsB Offline
                    bencreynolds
                    wrote on last edited by
                    #20

                    @girish I haven't had time to come back to this until now. This update did not fix the issue. Replicate the issue by creating an n8n instance and attempting to execute a GET request on google.com. It just spins forever and it's impossible to stop the execution.

                    Stopping the server while its infinitely executing will return the expected result of the GET request.

                    girishG 1 Reply Last reply
                    0
                    • bencreynoldsB bencreynolds

                      @girish I haven't had time to come back to this until now. This update did not fix the issue. Replicate the issue by creating an n8n instance and attempting to execute a GET request on google.com. It just spins forever and it's impossible to stop the execution.

                      Stopping the server while its infinitely executing will return the expected result of the GET request.

                      girishG Do not disturb
                      girishG Do not disturb
                      girish
                      Staff
                      wrote on last edited by
                      #21

                      @bencreynolds Is this using the HTTP Request node? Seems to work for me. The URL i tried is https://api.cloudron.io/api/v1/apps/io.n8n.cloudronapp (this gives info of the n8n package in JSON format)

                      bbee4f82-8f62-4171-ab3c-866aa0aa65dd-image.png

                      1 Reply Last reply
                      0
                      • girishG Do not disturb
                        girishG Do not disturb
                        girish
                        Staff
                        wrote on last edited by
                        #22

                        I tried google.com as well. One thing is search engines usually block "crawlers" based on the IP address. They don't like crawlers from VPS usually (same goes for most services like yelp etc). So, can you check if you have GET requests fail to normal services and not to google?

                        63b2598e-257d-4fef-beb9-be610489b4b2-image.png

                        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