diff --git a/src/services/notifications.service.ts b/src/services/notifications.service.ts index f9d327478fc..c9f349e3267 100644 --- a/src/services/notifications.service.ts +++ b/src/services/notifications.service.ts @@ -55,6 +55,8 @@ export class NotificationsService implements NotificationsServiceAbstraction { this.signalrConnection = new signalR.HubConnectionBuilder() .withUrl(this.url + '/hub', { accessTokenFactory: () => this.apiService.getActiveBearerToken(), + skipNegotiation: true, + transport: signalR.HttpTransportType.WebSockets, }) .withHubProtocol(new signalRMsgPack.MessagePackHubProtocol()) // .configureLogging(signalR.LogLevel.Trace)