Continuous browser reloading while navigating within AuthorizeView razor page #52686
Closed
1 task done
Labels
area-blazor
Includes: Blazor, Razor Components
Is there an existing issue for this?
Describe the bug
In our Blazor .NET 8 server-mode application, we have integrated an Authorize razor page. However, when navigating within the Authorize razor page, the browser continuously reloads.
We have utilized the AuthorizeRouteView to check the user is authorized or not.
Expected Behavior
The navigation within the Authorize razor page should render correctly without any browser reloading issues.
Steps To Reproduce
Please find the issue replicated GitHub sample from the below link.
https://github.com/Sureshrajan-18/Blazor_.NET8-AuthorizeRouteView
When navigating within the Auth Required, Register, and Login razor pages, you will notice the browser continuously reloading.
Exceptions (if any)
No response
.NET Version
dotnet version 8
Anything else?
No response
The text was updated successfully, but these errors were encountered: