Authentication Failure installing Marketplace component over PUD

Hi guys,
long time not seen or read… i hope everyone stays fine and healthy during this pandemic times…

I installed the new version of UD and tried to install from marketplace several components…
After not seeing any success i changed the log to debugging and saw this entry…:

2020-10-22T14:27:33.5629861+02:00 0HM3H1MGEK65N:0000001E [INF] Request starting HTTP/1.1 PUT http://localhost:5000/api/v1/dashboard/marketplace/UniversalDashboard.Style/1.0.0  0 (ca22a1cb)
2020-10-22T14:27:33.5631496+02:00 0HM3H1MGEK65N:0000001E [INF] CORS policy execution failed. (09b6f179)
2020-10-22T14:27:33.5631639+02:00 0HM3H1MGEK65N:0000001E [INF] Request origin "http://localhost:5000" does not have permission to access the resource. (a03d560b)
2020-10-22T14:27:33.5633250+02:00 0HM3H1MGEK65N:0000001E [INF] Authorization was successful. (0d575a54)
2020-10-22T14:27:33.5633431+02:00 0HM3H1MGEK65N:0000001E [INF] Executing endpoint '"UniversalAutomation.DashboardController.SaveModule (Universal.Server)"' (500cc934)
2020-10-22T14:27:33.5633903+02:00 0HM3H1MGEK65N:0000001E [INF] Route matched with "{action = \"SaveModule\", controller = \"Dashboard\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] SaveModule(System.String, System.String)" on controller "UniversalAutomation.DashboardController" ("Universal.Server"). (122b2fdf)
2020-10-22T14:27:33.5640009+02:00 0HM3H1MGEK65N:0000001E [INF] Saving module UniversalDashboard.Style (9b41116b)

No module/component is avail for installation …
I only had the choice to integrate following which is standard:

Installed .Net:
PS C:\WINDOWS\system32> (Get-ItemProperty “HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full”).Version = 4.8.04084

PSVersion:
Name                           Value
----                           -----
PSVersion                      5.1.19041.1
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.1
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

What are the log messages directly after the Saving module UniversalDashboard.Style ? The CORS error is likely not the cause of this.

Hi Adam,
there is no message that the module is stored or saved. With Get-Module -ListAvailable i receive the result:
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.0.1 Microsoft.PowerShell.Operation.V… {Get-OperationValidation, Invoke-OperationValidation}
Binary 1.0.0.1 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-Packa…
Script 3.4.0 Pester {Describe, Context, It, Should…}
Script 1.0.0.1 PowerShellGet {Install-Module, Find-Module, Save-Module, Update-Module…}
Script 2.0.0 PSReadline {Get-PSReadLineKeyHandler, Set-PSReadLineKeyHandler, Remov…
Script 1.0.0 UniversalDashboard.Style New-UDStyle

But no chance to see it into:

Or maybe I missunderstand the way behind to import the modules…

Hi Adam,
issue resolved…

Typical “Not seeing the forest for the trees” process…
I updated during installation via Visual Code to next PSVersion 7.x…
But the Set-ExecutionPolicy was not taken over, so after adjusting the
LocalMachine Part to unrestricted components have been saved and everything
looks fine now…

Thank you