-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed as not planned
Closed as not planned
Copy link
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components
Description
Is there an existing issue for this?
- I have searched the existing issues
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
- When refreshing page (F5)
- Typing the for URL in the new window also results into same error as in Initial checkin of some samples and a readme #1
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
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components