Asp.net – ProtectedLocalStorage SetAsync hangs indefinitely on await
Problem ProtectedLocalStorage injected property hangs when trying to set a property. I was able to replicate with a default server Blazor app with the following code in the front page: @page "/" @using Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage <PageTitle>Index</PageTitle> <h1>Hello, world!</h1> Welcome to your…