InteractiveAutoRenderMode(prerender:false)) does not use interactive server rendering #54657
Open
1 task done
Labels
area-blazor
Includes: Blazor, Razor Components
feature-full-stack-web-ui
Full stack web UI with Blazor
investigate
Needs: Author Feedback
The author of this issue needs to respond in order for us to continue investigating this issue.
Needs: Repro
Indicates that the team needs a repro project to continue the investigation on this issue
Milestone
Is there an existing issue for this?
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
@rendermode @(new InteractiveAutoRenderMode(prerender:false))
Exceptions (if any)
No response
.NET Version
8.0.203
Anything else?
No response
The text was updated successfully, but these errors were encountered: