NavBarLogo not working correctly

Hi everyone,

I’m having some issues with the -NavBarLogo , if i add the parameter in New-UDDashboard the dashboard is not able to start anymore.

Here some examples of what i’ve done:

$logo=(New-UDImage -Url '/IMG/logo.png' -Width 32)
New-UDDashboard  -Theme $Theme -Pages $Pages -NavBarLogo $logo -Title 'Dashboard'  

If i place $logo anywhere else it works perfectly.
i’ve checked the published folder and the url seems to be correct.

Am i doing something wrong? is there a better way to do it?

Thanks In advance

Product: PowerShell Universal
Version: 1.5

Are you using the latest framework?

The parameter is just -Logo in v3

1 Like

Thanks Adam i got lost in the documentation /old posts on the forum.
Thanks -Logo works