Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-52008

"Please wait while Jenkins is starting" page looks bad in 2.128

    • 2.157

      JENKINS-50447 reworked the login page, but it seems the cool new styles got applied only to the login form. Startup page now looks weird since it does not longer implement standard fonts as well

      The page also does not reload automatically when Jenkins starts

          [JENKINS-52008] "Please wait while Jenkins is starting" page looks bad in 2.128

          It seems that the resources are not loaded. That should have been fixed with https://github.com/jenkinsci/jenkins/pull/3380/commits/db47e32ad73c27e7aee33676759eb482f22b7eea Can you please open the network tab in your dev tools and let us see whether the css is loaded.

          Thorsten Scherler added a comment - It seems that the resources are not loaded. That should have been fixed with https://github.com/jenkinsci/jenkins/pull/3380/commits/db47e32ad73c27e7aee33676759eb482f22b7eea Can you please open the network tab in your dev tools and let us see whether the css is loaded.

          I can reproduce this in LTS 2.138.1: Styles and scripts are loaded from the root of the webserver, even if Jenkins is installed in a sub directory (throwing 404s)

          Tobias Gruetzmacher added a comment - I can reproduce this in LTS 2.138.1: Styles and scripts are loaded from the root of the webserver, even if Jenkins is installed in a sub directory (throwing 404s)

          tscherler I am able to reproduce this, the browser console shows:

          /css/simple-page.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
          /css/simple-page.theme.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
          /css/loading.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
          loading.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
          (index):3 Uncaught ReferenceError: safeRedirector is not defined
              at (index):3
          loading.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
          simple-page.theme.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
          simple-page.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
          

          Allan BURDAJEWICZ added a comment - tscherler I am able to reproduce this, the browser console shows: /css/simple-page.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) /css/simple-page.theme.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) /css/loading.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) loading.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) (index):3 Uncaught ReferenceError: safeRedirector is not defined at (index):3 loading.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) simple-page.theme.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) simple-page.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)

          I believe this is actually a duplicate of JENKINS-55062 now fixes since 2.157.

          Allan BURDAJEWICZ added a comment - I believe this is actually a duplicate of JENKINS-55062 now fixes since 2.157.

          Gavin Mogan added a comment -

          Agreed, this seems like a duplicate. Closing

          Gavin Mogan added a comment - Agreed, this seems like a duplicate. Closing

            halkeye Gavin Mogan
            oleg_nenashev Oleg Nenashev
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: