Templates icon indicating copy to clipboard operation
Templates copied to clipboard

Rendering does not Work correclty in "InteractivityAuto_AlliInteractive_auth"

Open PatrickRainer opened this issue 1 year ago • 2 comments

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.

PatrickRainer avatar Jan 03 '24 12:01 PatrickRainer

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

ikemyle avatar Jan 16 '24 18:01 ikemyle

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?

PatrickRainer avatar Jan 17 '24 07:01 PatrickRainer