Skip to content

Creating any kind of security creates issue #141

@rocketfingers

Description

@rocketfingers

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions