MudBlazor / Templates

Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.
MIT License
745 stars 165 forks source link

Rendering does not Work correclty in "InteractivityAuto_AlliInteractive_auth" #437

Closed PatrickRainer closed 8 months ago

PatrickRainer commented 11 months ago

As soon you change to one of the Pages for the UserManagement, the rendering for the pages will not work anymore.

For example the Counter Button or the Hamburger Button on the Drawer.

ikemyle commented 10 months ago

yes, the same here. It looks that is a problem with InteractiveAuto mode. In js I can see the error: blazor.web.js:1 Error: One or more errors occurred. (The JSON value could not be converted to Microsoft.AspNetCore.Components.RootComponentOperation[]. Path: $ | LineNumber: 0 | BytePositionInLine: 1.) The login page which is server mode works as expected

PatrickRainer commented 10 months ago

I assume the issue has something to do with changing the Layout. So switching from Layout to AccountLayout and back.

Not sure is it possible to refer the js Scripts on the layout pages?

Other Ideas?