fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.45k stars 726 forks source link

After login splash screen loading looks weird #309

Closed dotnetshadow closed 2 years ago

dotnetshadow commented 2 years ago

UPDATE Just updated to your latest version from master branch and seems like the issue isn't there anymore, perhaps I had something cached or it wasn't picking up the latest version before.

Describe the bug Thanks for this awesome project

After a successful login you can see the home page briefly before flashing to a splash loading screen, then returns back to the home page.

It seems like it hits the Home page, then it wants to load the splash before returning back to the home page

Tried the release version 2.2 and also your master branch version both exhibit the same issue

To Reproduce Steps to reproduce the behavior:

  1. Login using Admin

Special note I used ngrok to allow me to test the local version externally which might show more of a slowdown thus highlighting the issue better https://ngrok.com/ .\ngrok http https://localhost:5101 -host-header="localhost:5101" --authtoken <use-your-own-when-you-register-ngrok-free>

Expected behavior Ideally once login it will just go straight to the home page. Alternatively it should after login show the splash loading screen before showing the home page

Screenshots flash

Desktop (please complete the following information):

Smartphone (please complete the following information): Happens on the phone too

dotnetshadow commented 2 years ago

Closing because it could of been caused by v2.2, the master branch version seems to be heaps better

dotnetshadow commented 2 years ago

Closing because it could of been caused by v2.2, the master branch version seems to be heaps better