Perfect, this solved the problem!! Thx Rohit. Regards, Swen
-----Ursprüngliche Nachricht----- Von: Rohit Yadav <rohit.ya...@shapeblue.com> Gesendet: Mittwoch, 7. August 2024 17:59 An: users@cloudstack.apache.org Betreff: Re: Problem with UI login page Hi Swen, Can you try fixing the keys as per: https://github.com/apache/cloudstack/blob/main/ui/public/config.json#L13 So, drop the "Page" and just the "loginFavicon", "loginTitle" etc. Regards. ________________________________ From: m...@swen.io <m...@swen.io> Sent: Wednesday, August 7, 2024 20:46 To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Problem with UI login page Hi all, it looks like the newly introduced parameters loginPageTitle and loginPageFavicon (https://github.com/apache/cloudstack/pull/7418) to /etc/cloudstack/management/config.json are not really working on our installation. They worked on our test installation. During troubleshooting I took a look at our index.html file in /usr/share/cloudstack-management/webapp and found some strange looking entries. In it there are a lot of entries like this one: <link href="css/chunk-001d94be.15457437.css" rel="prefetch"> Is this expected? Should our index.html not look more like this: https://github.com/Harshitsoni2000/cloudstack/blob/fea5e7274b5afb5436ef2445f 5f8238899570da8/ui/public/index.html or are css and other link href tags implemented during building the UI? How is your index.html look like? Thx for help! regards, Swen