You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a blank Blazor starter app with Individual authentication. It works mostly. However in order to add interactivity e.g onclick events, enable InteractiveServer on Routes component as per documentation:
Is there an existing issue for this?
Describe the bug
Created a blank Blazor starter app with Individual authentication. It works mostly. However in order to add interactivity e.g onclick events, enable
InteractiveServer
onRoutes
component as per documentation:<Routes @rendermode="RenderMode.InteractiveServer"/>
With this button click events started working. However this breaks authentication pages and started displaying blank "Not found" page.
Tried different combination of rendering modes, but none works with client side interactivity and identity pages.
Expected Behavior
InteractiveServer
mode should work both for blazor components and Identity pages.Steps To Reproduce
Here is sample repo with the issue:
https://github.com/fs-pro/BlazorApp1
Exceptions (if any)
No response
.NET Version
9.0
Anything else?
No response
The text was updated successfully, but these errors were encountered: