Skip to content

Blazor app with interactive Router still does a full page load #49303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
danroth27 opened this issue Jul 10, 2023 · 1 comment
Closed

Blazor app with interactive Router still does a full page load #49303

danroth27 opened this issue Jul 10, 2023 · 1 comment
Labels
area-blazor Includes: Blazor, Razor Components ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved

Comments

@danroth27
Copy link
Member

danroth27 commented Jul 10, 2023

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.

@SteveSandersonMS
Copy link
Member

Yes, same as #49312. In both cases interactive mode is not starting at all.

@SteveSandersonMS SteveSandersonMS closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
@SteveSandersonMS SteveSandersonMS added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Jul 11, 2023
@ghost ghost added the Status: Resolved label Jul 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved
Projects
None yet
Development

No branches or pull requests

2 participants