Open Closed

Blazor Webapp replace footer has a delay #7849


User avatar
0
lizhaofeng created
  • ABP Framework version: v8.2.2
  • UI Type:Blazor Webapp
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

When replace footer , the page doesn't load immediately. If Blazor.Client references many modules, the wait time becomes very long.

I hope the footer is already loaded when the page opens, like in MVC.

The new project page takes two seconds to refresh and load completely.


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    There are two footer components in blazor web app.

    One for blazor server and one for blazor wasm.

    You have to replace them all in blaozr(server) and blazor.client(wasm) projects.

  • User Avatar
    0
    lizhaofeng created

    hi maliming

    By resolving issues with replace Blazor & Blazor.Client.

    Thanks.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    : )

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13