Refreshing a page (F5) Fails to load when using URL with Guid & double data type #47149
Closed
1 task done
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
Is there an existing issue for this?
Describe the bug
I am using Blazor Server (.net 7)
When I have URL with Parameter of datatype guid or double, the page Refresh using F5 fails to reload the page.
The internal navigation from the Code works fine, but fails for the following conditions
Expected Behavior
It should reload the Page without any error in both scenario
Steps To Reproduce
Link to Repo.
https://github.com/nssidhu/BlazorAppGuidInURL
Try navigating to the page using left menu for counter
It will successfully navigate,
Now Reload the Page using F5 or browser's reload button
Also look at the .gif to see the scenarios where it fails
Exceptions (if any)
.NET Version
.net 7
Anything else?
No response
The text was updated successfully, but these errors were encountered: