dbytes
April 25, 2025, 8:12pm
1
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
}
dbytes
April 25, 2025, 8:18pm
2
Of course after I post this, I decided to clean up the appsettings.json to match the new installation. That did the trick.
Ctowle
December 10, 2025, 8:53pm
3
What was the setting that caused this if you remember? I am encountering the same issue after upgrading to v5
dbytes
December 10, 2025, 9:09pm
4
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.