After adding authentication to my blazor studio application, each page refreshes twice on load. There is a noticeable delay and then the page refreshes.
This includes the login page.
How do I get rid of this delay.
I'm developing a webassembly application using the default template
Are you using Radzen Blazor Studio or Radzen IDE?
I'm also facing Same Issue.
I'm using Radzen Blazor Studio!
I have the same issue, the only way I have found to stop it is change this line in the "body" of App.razor.
<Routes @rendermode="new InteractiveAutoRenderMode(prerender: false)"/>
This stops the double render.
1 Like
Excellent. Thank you very much
Appreciated!
Very Nice!
I have the same problem, but disabling pre-rendering cause slow loading of page