Open Closed

Internal error after chaning the position of the menu with LeptonX Pro theme #3973


User avatar
0
catalin.cernat@relevance.ro created
  • ABP Framework version: v6.0.1
  • UI type: Blazor WASM
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:" New solution from ABP suite, try change the main menu layout to top menu.


6 Answer(s)
  • User Avatar
    0
    ccernat created

    Hi, @SupportTeam!

    Any updates on this? Can you reproduce?

    Tks.

  • User Avatar
    0
    ccernat created

    I am sorry, is this a joke? Why you treat your commercial customers like that?

    3 days and no reply?

    Still can't render a TopMenu layout for Blazor WASM app.

    Am I doing something wrong? Did you manage to reproduce the error?

  • User Avatar
    0
    alper created
    Support Team Director

    hi @ccernat,

    @enisn will help you on that.

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Hi ccernat,

    In the Blazor WASM, you should complete following steps after layout changing:

    1. Configure in Module class (You already did this)
    Configure<LeptonXThemeBlazorOptions>(options =>
    {
        options.Layout = LeptonXBlazorLayouts.TopMenu;
    });
    
    1. Update the following section in appsettings.json
     "AbpCli": {
        "Bundle": {
          "Mode": "BundleAndMinify", /* Options: None, Bundle, BundleAndMinify */
          "Name": "global",
          "Parameters": {
            "LeptonXTheme.Layout": "top-menu"
          }
        }
      }
    
    1. Run abp bundle command
  • User Avatar
    0
    ccernat created

    Hi, @enisn!

    I confirm that now the menu is properly rendered.

    Please do not count this towards my allotted number of yearly support questions, as the solution was generated with an appsettings.json for the Blazor UI with a bad configuration.

    There was no mention of this in the documentation, at least I couldn't find it.

    Thank you very much for your assistance!

    Issue can be closed.

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Sorry for your inconvenient experience. We'll update related documentations about it as soon as possible.

    Also your credit was refunded.

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