Having an issue with making a custom footer after getting a Premium License

This is what I am seeing:
Footer Error

What I have in my code:

Set-UDLicense -License (Get-Content "C:\*\license.txt" -Raw)
$Footer = New-UDFooter -Copyright "Telstar National ©2020" -Links @(
    New-UDLink -Text "Telstar Support" -Url "*"
)
$Nav = New-UDDashboard -Pages @($Page1, $Page2, $Page3, $Page4, $Page5) -Title "****" -NavBarColor "#ff9b3d" -BackgroundColor "#ffffff" -Navigation $Navigation -Footer $Footer
#Start Dashboard
Start-UDDashboard -Dashboard $Nav -Port 1001 -Force

I also uninstalled Universal Dashboard and installed with this command:

Install-Module UniversalDashboard

Any ideas?

Hey @catagris welcome to the community, I think this looks like a bug, I remember seeing this after I upgraded, but have not filed it yet, as downgraded. Best bet is to file it as a bug on the github repository


I know the developer does a grand job fixing these :slight_smile:

Added a bug report.