-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Any kind of security on any database creates the same error
System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer)
System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, bool disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
StudioTatuażu5.Client.SecurityService.GetUserById(string id) in SecurityService.cs
+
var response = await httpClient.GetAsync(uri);
StudioTatuażu5.Client.SecurityService.InitializeAsync(AuthenticationState result) in SecurityService.cs
+
User = await GetUserById(userId);
StudioTatuażu5.Client.ApplicationAuthenticationStateProvider.GetAuthenticationStateAsync() in ApplicationAuthenticationStateProvider.cs
+
await securityService.InitializeAsync(result);
Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore.OnParametersSetAsync()