Replies: 1 comment 8 replies
-
@JanOlsmar Can you please clarify the steps to reproduce the issue? Are you saying that when you have a Site which is configured to use Static render mode and you change it to Interactive render mode in Site Settings (and save the change), an exception occurs (and is the exception in the browser, in the logs, etc... do you have a screen shot you can share)? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to make a Theme switcher (night/day) in a Theme. So I needed interactive mode.
I have new 5.2.0 source code and develope a Theme from there.
But if I switch to interactive in UI section in site setting I get an error ....
Error: Found malformed component comment at Blazor:{"type":"server","prerenderId":"ea739dcf6542433cbf36deeb680d9048","key":{"locationHash":"476C06752106D8A3A05D54B0A17EF32D21166A00467A6703EAB4C70B27093295:11","formattedComponentKey":""},"sequence":0,"descriptor": ........
In blazor.web.js:1 .
I need to change the prerendering to NO to get it to work. (prerendering is default for interactive mode in Blazor)
I have a running site upgraded to 5.2.0 there I don't get this error.
Is it just me or .......
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions