Hello,
I have several apps with the same layout, i.e. a logo. It is just configured with
New-UDApp -Logo “pathtologofile” […]
I have updated to version 5.3.2 and now the logo is missing. I can’t even see something in the developer tools (#ud-logo).
Is this a bug? Or do I miss something here?
Thank you in advance!
Tried the following:
I created a new app with no content or code at all.
When I use “New-App -Logo “logo.png” -Content {}”, the logo is shown. Changing “-Content” to “-Pages $AppPages” (where $AppPages is an array with just one empty page), the logo is still there.
Then I paste some code in the page (just a New-UDColumn with one New-UDCard and some text), and the logo is gone.
Even if I revert this code to “Hello World”, it will not show again. I have to delete the complete page und create a new one.
I don’t get it…