/admin/home page is throwing 'Cannot read properties of undefined' [4.0.8]

/admin/home page is throwing 'Cannot read properties of undefined' [4.0.8]

avatar
(anonymous user)
Product: PowerShell Universal
Version: 4.0.8


Also saw the same behaviour on 4.0.7. If I navigate to the apps page in the menu and refresh the page it loads, but this always throws when trying to access the home page in the admin menu.



21301d86f3e55edcd6aba96b53581c5365b9f7ac
The issue is still present after I reboot my web app.

This is in the log file:

2023-07-24 12:08:07.750 +01:00 [ERR] Error when dispatching 'OnConnectedAsync' on hub.
System.NullReferenceException: Object reference not set to an instance of an object.
   at UniversalDashboard.DashboardHub.OnConnectedAsync() in C:\actions-runner\_work\universal\universal\src\Universal.Server\Hubs\DashboardHub.cs:line 52
   at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.OnConnectedAsync(HubConnectionContext connection)
   at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.OnConnectedAsync(HubConnectionContext connection)
   at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.RunHubAsync(HubConnectionContext connection)


21301d86f3e55edcd6aba96b53581c5365b9f7ac.png

All Comments (1)