App-Logo missing after Update to 5.3.2

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…

The GitHub-Case states this issue as solved with version 5.4.0 (Missing App Logo After PSU 5.3.2 Update When Using -Pages Parameter in New-UDApp · Issue #4434 · ironmansoftware/powershell-universal · GitHub), but after updating to 5.4.1 yesterday its unfortunately still not working.