Blazor app with interactive Router still does a full page load #49303
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
I took a Blazor Server app and updated it to .NET 8 Preview 6 using the new full stack web UI model. I set the
Router
up to be interactive using the server render mode, but I'm still seeing full page reloads whenever I navigate. Instead, I was expecting to get client-side routing. Is this possibly because the enhanced navigation feature doesn't know if a route is server-side rendered or client-side rendered?Repro steps:
Expected result: Page navigations handled using client-side routing (no page load)
Actual result: I'm seeing a full page load as I navigate.
The text was updated successfully, but these errors were encountered: