Every time I log in or log out of the system, there is an obvious page refresh process that can be clearly felt

I’m using the built-in user registration, login, and logout features provided by Radzen. And I’ve configured project in Auto mode. However, I’ve noticed that each time I log in or log out, there’s a noticeable system page refresh.

If my system is large, this automatic refresh process becomes even more apparent. After logging in, it usually takes about 0.3 seconds before the page refreshes again. I have to wait for the refresh to complete before I can start using the system, which is quite annoying.

You can disable prerender like this:
https://github.com/radzenhq/realestate.radzen.com/blob/main/Server/Components/App.razor#L21

Hello,
I am experiencing the same issue, but github link is broken already, can you give new one?

Thank you.

It's not:

strange, because i get this:

You are right, it seems I've linked private repo, sorry! Here is the relevant code:

<Routes @rendermode="@(new InteractiveWebAssemblyRenderMode(prerender:false))" />
1 Like