FastEndpoints Stops Blazor Auto Interactivity from Working When It Is in Server Render Mode
I am currently practicing with Blazor by developing a Blazor Web App using .NET 9 and have installed the latest version of FastEndpoints. However, I am experiencing issues with form validation when the render mode is set to InteractiveServer. The form works correctly only if I refresh the page (which switches it to WASM render mode) or if I remove FastEndpoints. I am unsure how to resolve this issue, as the FastEndpoints documentation only provides guidance for using Blazor with InteractiveServer render mode but lacks information on InteractiveAuto render mode.
0 Replies