The problem is that Authentication takes first load then other contents
It you enabled the authentication in your project.
It because you add authenticationVIew in App.razor.
I don't think there is any solution on this right now.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have successfully implemented the Auth process for Blazor WASM using this article - https://github.com/JeepNL/Blazor-WASM-Identity-gRPC
The strange behavior I'd like to correct is that the Index pages appears for a second or 2 and THEN i'm redirected to the Login page, where I am Authenticated and returned to the Index.
Is there a way to have the Auth process kick in sooner?
The problem is that Authentication takes first load then other contents
It you enabled the authentication in your project.
It because you add authenticationVIew in App.razor.
I don't think there is any solution on this right now.