When logging into Blazor WASM the first time we don´t see the side menus until we do a second F5 refresh of the page Here is a video demonstrating this.
Have you encountered this and do you have a fix for us? This started after updating to 6.0.0
- ABP Framework version: v6.0.1
- UI type: Blazor WASM
- DB provider: EF Core
- Separate (Opendict) Identity Server: yes
3 Answer(s)
-
0
So, is this a bug in 6.0.1 and is there a workaround or do we need to wait for next patch?
-
0
Hi, is this can be related to your host project initialized after the blazor application (so in the first request it could not retrieve the responses from the api)?
We have an issue with blazor menu re-rendering without refresh: https://github.com/abpframework/abp/issues/12118 But this is just about updating the menu items rather than rendering the menu in the first call.
-
1
We managed to figure this out and it was our fault and now everything loads just fine so closing this issue!