Open
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
8.0.x