Product: PowerShell Universal
Version: 5.5.1
Upgraded from 4.5.2 to 5.5.1 and now receiving Invalid URI: The format of the URI could not be determined.
Get this error in an app or in the PSU Admin Terminal. Connecting from my PC in vscode to the server returns expected output.
New server install doesn’t exhibit this issue.
What am I missing?
Screenshot from admin terminal:
App code is simply:
New-UDApp -Content {
Get-PSUScript
}