-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
Needs: Attention 👋This issue needs the attention of a contributor, typically because the OP has provided an update.This issue needs the attention of a contributor, typically because the OP has provided an update.Needs: ReproIndicates that the team needs a repro project to continue the investigation on this issueIndicates that the team needs a repro project to continue the investigation on this issuearea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-full-stack-web-uiFull stack web UI with BlazorFull stack web UI with Blazorinvestigate
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
When InteractiveAuto render mode is used without prerendering, server rending is not started and Blazor hangs until wasm dlls are loaded.
Expected Behavior
When Blazor webassembly cache is empty server rendering should start no matter whether prerender is enabled or not.
Steps To Reproduce
- Create Blazor project with Auto interactive render mode from template(interactive location per component).
- Change render mode in Counter.razor to
@rendermode @(new InteractiveAutoRenderMode(prerender:false))
- build run
- Change network latency in browser developer mode to Slow 3G or smth slow and clear Blazor cache dlls
- Open Counter page and see that page is empty and Blazor does not use server rendering and only load dlls
Exceptions (if any)
No response
.NET Version
8.0.203
Anything else?
No response
rogihee
Metadata
Metadata
Assignees
Labels
Needs: Attention 👋This issue needs the attention of a contributor, typically because the OP has provided an update.This issue needs the attention of a contributor, typically because the OP has provided an update.Needs: ReproIndicates that the team needs a repro project to continue the investigation on this issueIndicates that the team needs a repro project to continue the investigation on this issuearea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-full-stack-web-uiFull stack web UI with BlazorFull stack web UI with Blazorinvestigate
Type
Projects
Status
8.0.x