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
}1fb0c8d203aa8cbec77be9156395886206e5d9bb.png
Of course after I post this, I decided to clean up the appsettings.json to match the new installation. That did the trick.
What was the setting that caused this if you remember? I am encountering the same issue after upgrading to v5
Pretty much just took a fresh copy of the appsettings.json and updated anything for my installation. I suspect something legacy was in there or a bad configuration that I was not using that was interfering with v5.