Open Closed

Blazor WASM needs two loads (F5) to show side menus #4144


User avatar
0
Sturla created

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)
  • User Avatar
    0
    Sturla created

    So, is this a bug in 6.0.1 and is there a workaround or do we need to wait for next patch?

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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.

  • User Avatar
    1
    Sturla created

    We managed to figure this out and it was our fault and now everything loads just fine so closing this issue!

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11