You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.log(LogLevel.Error,'Unable to initiate a SignalR connection to the server. This might be because the server is not configured to support WebSockets. To troubleshoot this, visit https://aka.ms/blazor-server-websockets-error.');
147
+
}else{
155
148
showErrorNotification();
156
149
}
157
150
}
@@ -169,14 +162,8 @@ async function initializeConnection(options: CircuitStartOptions, logger: Logger
169
162
});
170
163
171
164
returnconnection;
172
-
173
-
functionisNestedError(error: any): error is AggregateError{
0 commit comments