When I enable the security mechanism form the upper-left corner of the Radzen Blazor Studio and test with the admin user, a page flashing or reloading is occured after the succesful login.Then, I logout and login again.The reloading of the page occured again.How to solve this issue? In general, how to solve the unexpected reloading of the pages through Blazor Studio
This is probably a side effect of Blazor prerendering when combined with security. You try disabling it as shown here: Excessive refreshing - #4 by daveg1466