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…
I have this same problem using 5.4.3 I was about to post a new topic. Would be great to know when this will be fixed.
This seems to be case regardless of whether or not an icon has been specified for the page.
Also, if you do specify an icon in the settings for the page it does not allow you to remove the icon when editing the App Page settings. That may be a different bug altogether.
Thank you - good to see that I’m not the only one. 
I’ve added a comment to the github issue, unfortunately I didn’t get a response on my support ticket right now.
Same issue here, still not working as of 5.4.4. Adam marked the bug as closed.. perhaps it will be in next release?