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
  • Brite
  • 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. Discuss
  3. Cloudron 9.0 (beta) bug reports

Cloudron 9.0 (beta) bug reports

Scheduled Pinned Locked Moved Discuss
17 Posts 9 Posters 587 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.
  • luckowL luckow

    @matix131997 It may help with debugging if you specify the context, i.e., which mobile phone and browser are being used. I've learned that the Galaxy Browser on Samsung phones is a beast. 🙂

    necrevistonnezrN Offline
    necrevistonnezrN Offline
    necrevistonnezr
    wrote last edited by
    #8

    @luckow said in Cloudron 9.0 (beta) bug reports:

    @matix131997 It may help with debugging if you specify the context, i.e., which mobile phone and browser are being used. I've learned that the Galaxy Browser on Samsung phones is a beast. 🙂

    A „beast“ can have a good or bad connotation in English…

    luckowL 1 Reply Last reply
    1
    • KubernetesK Offline
      KubernetesK Offline
      Kubernetes
      App Dev
      wrote last edited by
      #9

      @girish has App Proxy been removed from 9.0 generally, or is the functionality somewhere else now?

      robiR 1 Reply Last reply
      0
      • KubernetesK Kubernetes

        @girish has App Proxy been removed from 9.0 generally, or is the functionality somewhere else now?

        robiR Offline
        robiR Offline
        robi
        wrote last edited by
        #10

        @Kubernetes isn't it part of the App Store?

        Conscious tech

        KubernetesK 1 Reply Last reply
        1
        • robiR robi

          @Kubernetes isn't it part of the App Store?

          KubernetesK Offline
          KubernetesK Offline
          Kubernetes
          App Dev
          wrote last edited by
          #11

          @robi No, I can't see it anywhere there. In Cloudron 8 it is close to the app search, but in Cloudron 9 I can't find it there and not in the list of apps.

          1 Reply Last reply
          1
          • necrevistonnezrN necrevistonnezr

            @luckow said in Cloudron 9.0 (beta) bug reports:

            @matix131997 It may help with debugging if you specify the context, i.e., which mobile phone and browser are being used. I've learned that the Galaxy Browser on Samsung phones is a beast. 🙂

            A „beast“ can have a good or bad connotation in English…

            luckowL Offline
            luckowL Offline
            luckow
            translator
            wrote last edited by
            #12

            @necrevistonnezr oh! a bad beast 🙂

            Pronouns: he/him | Primary language: German

            1 Reply Last reply
            2
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote last edited by
              #13

              @Kubernetes it's part of the App Store now. We forgot to enable it, it's enabled now.

              robiR 1 Reply Last reply
              6
              • girishG girish

                @Kubernetes it's part of the App Store now. We forgot to enable it, it's enabled now.

                robiR Offline
                robiR Offline
                robi
                wrote last edited by
                #14

                @girish that would explain it 😆

                Conscious tech

                1 Reply Last reply
                0
                • M Online
                  M Online
                  msbt
                  App Dev
                  wrote last edited by msbt
                  #15

                  Chiming in here since I just tested the 9.0.0 setup and ran into some issues (maybe you fixed them already, didn't check):

                  • After setting up the user and getting forwarded to the dashboard, I got the message "Removing containers for upgrade" at the top which never disappeared and docker didn't start properly. At some point I did a service box restart which seems to have fixed it, all service came back on after that which they didn't before.

                  • stats aren't working, box.log is getting spammed with

                  box:cron TypeError: Cannot read properties of undefined (reading 'trim')
                      at readDiskMetrics (/home/yellowtent/box/src/metrics.js:117:29)
                      at async readSystemMetrics (/home/yellowtent/box/src/metrics.js:154:25)
                      at async Object.sendToGraphite (/home/yellowtent/box/src/metrics.js:164:20)
                  
                  • /#/metrics hovering on the apps in disk usage changes width of the container, not really a problem, but doesn't look great

                  • /#/users I've added a bunch of users and only 10 are visible, the container has a max-height of 400px and adds scrollbars, even though there's plenty of vertical space available. Also not a problem, but not great ux

                  • /#/backup-sites the admin-users seems to be able to add backups ("add"-button is visible even though it shouldn't be), when clicking next, I get a 403 error with

                  body: Object { status: "Forbidden", message: "role 'owner' is required but user has only 'admin'" }
                  
                  • /#/backup-sites when adding a MinIO destination as admin, prefix is mandatory ("prefix must be a string"), that wasn't the case until now I believe

                  There were a few more errors which I could't reproduce, so leaving them out for now.

                  Other than that, great work on everything!

                  girishG 1 Reply Last reply
                  5
                  • M msbt

                    Chiming in here since I just tested the 9.0.0 setup and ran into some issues (maybe you fixed them already, didn't check):

                    • After setting up the user and getting forwarded to the dashboard, I got the message "Removing containers for upgrade" at the top which never disappeared and docker didn't start properly. At some point I did a service box restart which seems to have fixed it, all service came back on after that which they didn't before.

                    • stats aren't working, box.log is getting spammed with

                    box:cron TypeError: Cannot read properties of undefined (reading 'trim')
                        at readDiskMetrics (/home/yellowtent/box/src/metrics.js:117:29)
                        at async readSystemMetrics (/home/yellowtent/box/src/metrics.js:154:25)
                        at async Object.sendToGraphite (/home/yellowtent/box/src/metrics.js:164:20)
                    
                    • /#/metrics hovering on the apps in disk usage changes width of the container, not really a problem, but doesn't look great

                    • /#/users I've added a bunch of users and only 10 are visible, the container has a max-height of 400px and adds scrollbars, even though there's plenty of vertical space available. Also not a problem, but not great ux

                    • /#/backup-sites the admin-users seems to be able to add backups ("add"-button is visible even though it shouldn't be), when clicking next, I get a 403 error with

                    body: Object { status: "Forbidden", message: "role 'owner' is required but user has only 'admin'" }
                    
                    • /#/backup-sites when adding a MinIO destination as admin, prefix is mandatory ("prefix must be a string"), that wasn't the case until now I believe

                    There were a few more errors which I could't reproduce, so leaving them out for now.

                    Other than that, great work on everything!

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote last edited by
                    #16

                    @msbt said in Cloudron 9.0 (beta) bug reports:

                    Awesome, thanks for testing. We will be putting out 9.0.1 shortly (will confirm here).

                    I tried reproducing the set up issue but haven't managed to so far.

                    The disk graph issue is already logged in https://git.cloudron.io/platform/box/-/issues/855

                    Rest of the issues are valid, and we have fixed it now.

                    Let us know as you find more!

                    1 Reply Last reply
                    3
                    • girishG girish referenced this topic
                    • andreasduerenA andreasdueren referenced this topic
                    • d19dotcaD Offline
                      d19dotcaD Offline
                      d19dotca
                      wrote last edited by
                      #17

                      Just use the demo Cloudron and love the UI updates, a nice refresh for sure! 🙂 Kudos, and great job as always! I'm always proud of the work you guys do, and I hope you are as well.

                      With that said, I did want to offer some feedback (not bugs per-se but more feedback that I saw in a quick explore of the demo):

                      1. The Spam Filtering box seems like it wasn't touched in the UI. I think it should be much larger (and the number of lines in each box should also be much larger, perhaps adapting dynamically to the viewport height), as right now it's sort of just a small window/pop-up in the upper left corner of the boxed page width.

                      image.png

                      1. Same as #1 but for the pop-ups for IPv4 and IPv6 provider configurations. This actually seems to go for many of the pop-ups/overlays.

                      image.png

                      1. The Services page memory usage column could probably use a bit of a start/end visual indicator, so that it's easy at a glance to see what is close to filling up. Maybe it's something I'll get used to, but since it's a percentage and visual for it, I'd normally anticipate having some sort of start & end lines so the percentage is much more visibly apparent in the bar part. Hopefully that makes sense, I may not be explaining that well. 👼

                      image.png

                      1. If there is only one disk recognized, maybe make this full-width for the content box rather than only 50% of the width? Otherwise it feels unnecessarily cramped.

                      image.png

                      1. The mailboxes list feels like it should be clickable rather than needing to click the three-dot menu to the right side. This would make it behave much like the mail domains page where the full domain is clickable. Right now the difference in those two pages feels a bit disjointed in behaviour. Same goes for the Users page and Domains page as well. Either that, or make the domains under Mail behave the same as all the other ones for consistency.

                      image.png

                      --
                      Dustin Dauncey
                      www.d19.ca

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