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. Rocket.Chat
  3. Rocketchat loads a blank grey screen

Rocketchat loads a blank grey screen

Scheduled Pinned Locked Moved Solved Rocket.Chat
17 Posts 4 Posters 5.5k Views 4 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.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #5

    I see an interesting request to license:isEnterprise which I don't see in our rocket.chat instance. Did you change any license setting?

    Sam_ukS 1 Reply Last reply
    0
    • W Offline
      W Offline
      william
      wrote on last edited by
      #6

      I'm having the same issue. Chrome Dev Tools shows multiple failed fetches (requesting an insecure resource) and a ton of missing modules.

      girishG 1 Reply Last reply
      0
      • W william

        I'm having the same issue. Chrome Dev Tools shows multiple failed fetches (requesting an insecure resource) and a ton of missing modules.

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

        @william can you paste what you see in dev tools ? Is this a new installation ?

        W 2 Replies Last reply
        0
        • girishG girish

          @william can you paste what you see in dev tools ? Is this a new installation ?

          W Offline
          W Offline
          william
          wrote on last edited by
          #8

          @girish

          I've been running RC for several years, and migrated from Snap to manual 17 months ago.

          Here is the first screenful:

          e35aeaf8-bedd-40ff-b043-0fb748c1557a-image.png

          1 Reply Last reply
          0
          • girishG girish

            @william can you paste what you see in dev tools ? Is this a new installation ?

            W Offline
            W Offline
            william
            wrote on last edited by
            #9

            @girish

            I noticed the Site URL in the Node banner was "http://" rather than "https://" so I manually updated the Site_Url in rocketchat_settings (in Mongo) and restarted RC.

            Now it works.

            I'm left to ponder: was it always missing the "s?" If so, why did it work until I upgraded? If not, why did it change? rocketchat.service has always set ROOT_URL to https...

            1 Reply Last reply
            1
            • nebulonN nebulon

              @sam_uk have you set the loglevel to be 2 - Errors, Information and Debug in the admin view -> Logs ?

              Sam_ukS Offline
              Sam_ukS Offline
              Sam_uk
              wrote on last edited by
              #10

              @nebulon Where should I set the log level please? I had a look through the Cloudron dashboard & Rocketchat menus in Cloudron but I couldn't spot this setting.

              my.rocketchat.org/admin level stuff is obviously inaccessible to me at this point.

              1 Reply Last reply
              0
              • girishG girish

                I see an interesting request to license:isEnterprise which I don't see in our rocket.chat instance. Did you change any license setting?

                Sam_ukS Offline
                Sam_ukS Offline
                Sam_uk
                wrote on last edited by
                #11

                @girish said in Rocketchat loads a blank grey screen:

                I see an interesting request to license:isEnterprise which I don't see in our rocket.chat instance. Did you change any license setting?

                No, but we have connected it to https://cloud.rocket.chat/login to try to get push working.

                Sam_ukS 1 Reply Last reply
                0
                • Sam_ukS Sam_uk

                  @girish said in Rocketchat loads a blank grey screen:

                  I see an interesting request to license:isEnterprise which I don't see in our rocket.chat instance. Did you change any license setting?

                  No, but we have connected it to https://cloud.rocket.chat/login to try to get push working.

                  Sam_ukS Offline
                  Sam_ukS Offline
                  Sam_uk
                  wrote on last edited by
                  #12

                  @sam_uk The other thing we have been doing recently is trying to connect the Rocketchat API to N8N. May be unrelated, but worth mentioning.

                  nebulonN 1 Reply Last reply
                  0
                  • Sam_ukS Sam_uk

                    @sam_uk The other thing we have been doing recently is trying to connect the Rocketchat API to N8N. May be unrelated, but worth mentioning.

                    nebulonN Away
                    nebulonN Away
                    nebulon
                    Staff
                    wrote on last edited by
                    #13

                    @sam_uk ah of course you can't login to the admin UI. So open a webterminal into the app and click the mongodb button. Within the mongodb shell run this command:

                    db.rocketchat_settings.updateOne({"_id":"Log_Level"}, { $set: { "value": "2" }})
                    

                    Since you mentioned n8n, if that may cause issues, you can probably also search for the settings values related to this if any with:

                    db.rocketchat_settings.find({})
                    

                    then it to page through all settings, I don't know how the n8n ones are called though.

                    Sam_ukS 1 Reply Last reply
                    0
                    • nebulonN nebulon

                      @sam_uk ah of course you can't login to the admin UI. So open a webterminal into the app and click the mongodb button. Within the mongodb shell run this command:

                      db.rocketchat_settings.updateOne({"_id":"Log_Level"}, { $set: { "value": "2" }})
                      

                      Since you mentioned n8n, if that may cause issues, you can probably also search for the settings values related to this if any with:

                      db.rocketchat_settings.find({})
                      

                      then it to page through all settings, I don't know how the n8n ones are called though.

                      Sam_ukS Offline
                      Sam_ukS Offline
                      Sam_uk
                      wrote on last edited by
                      #14

                      @nebulon said in Rocketchat loads a blank grey screen:

                      db.rocketchat_settings.find({})

                      Thanks, I've updated the logging.

                      Sam_ukS 1 Reply Last reply
                      0
                      • Sam_ukS Sam_uk

                        @nebulon said in Rocketchat loads a blank grey screen:

                        db.rocketchat_settings.find({})

                        Thanks, I've updated the logging.

                        Sam_ukS Offline
                        Sam_ukS Offline
                        Sam_uk
                        wrote on last edited by
                        #15

                        @sam_uk OK I've fixed this. It looks Iike I/someone had disallowed anonymous read in the settings. So it was fine when logged in, but as soon as you log out it breaks.

                        nebulonN 1 Reply Last reply
                        1
                        • Sam_ukS Sam_uk

                          @sam_uk OK I've fixed this. It looks Iike I/someone had disallowed anonymous read in the settings. So it was fine when logged in, but as soon as you log out it breaks.

                          nebulonN Away
                          nebulonN Away
                          nebulon
                          Staff
                          wrote on last edited by
                          #16

                          @sam_uk this is great! Although I don't fully understand why such a setting would essentially render rocketchat unusable. Maybe worth reporting upstream?

                          Sam_ukS 1 Reply Last reply
                          2
                          • nebulonN nebulon

                            @sam_uk this is great! Although I don't fully understand why such a setting would essentially render rocketchat unusable. Maybe worth reporting upstream?

                            Sam_ukS Offline
                            Sam_ukS Offline
                            Sam_uk
                            wrote on last edited by
                            #17

                            @nebulon Yes, I did open a thread on the Rocketchat forum, I'll update there too.

                            Thanks for your help on this.

                            1 Reply Last reply
                            1
                            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