radzen-blazor-studio icon indicating copy to clipboard operation
radzen-blazor-studio copied to clipboard

Creating any kind of security creates issue

Open rocketfingers opened this issue 1 year ago • 6 comments

Any kind of security on any database creates the same error

System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer) System.Net.Http.HttpClient.<SendAsync>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()

rocketfingers avatar May 21 '24 09:05 rocketfingers