PUD Hotkeys not working?

Product: PowerShell Universal Desktop
Version: 3.7.7

is it me or does the Hotkeys feature not work?
Ah I see some logs in the desktop.log.txt:
2023-03-03 17:25:55.180 +01:00 [INF] Hotkey Invoked: 1
2023-03-03 17:25:55.184 +01:00 [ERR] Failed to invoke hotkey.
Microsoft.AspNetCore.SignalR.HubException: An unexpected error occurred invoking ‘HotKeyInvoked’ on the server. NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsyncCore(String methodName, Type returnType, Object args, CancellationToken cancellationToken)
at System.Threading.Tasks.ForceAsyncAwaiter`1.GetResult()
at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsync(String methodName, Type returnType, Object args, CancellationToken cancellationToken)
at PowerShellUniversal.HotKeyService.<>c__DisplayClass2_0.<<-ctor>b__4>d.MoveNext() in C:\actions-runner_work\universal\universal\src\PowerShellUniversal.Desktop\Services\HotKeyService.cs:line 94

I am also unable to create Protocol Handlers, it just throw an error.