In GitHub code for CRM, when the app is loaded and the login page is opened, a reload is occured. Such as someone press F5. The same issue occured after the login too. Why?
You are describing most probably Blazor pre-render, check this article for reference:
No. I describe the fact that happened in Radzen Blazor Studio NOT in custom Visual Studio apps. This is happened after the Security Mechanism enabled from Radzen Blazor Studio.
Do the following steps to reproduce
- Download your GitHub repo
- Run it.
- Check that 2 loadings executed one after the other producing a flash (F5) in the User Experience. How to solve this?
- Login using the admin account
- Again the 2 loadings executed in UI.
Unlike default Visual Studio Blazor template, Radzen Blazor Studio application template will use pre-rendering enabled by default. You can check the article I’ve provided in my previous post for details on how to control this. This thread can be helpful as well: