Open Closed

Blazor WASM - LeptonX error - createSettingGroups #4738


User avatar
0
ionut.toader created
  • ABP Framework version: v7.0.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hello!

I've updated my packages to 7.0.3 / LeptonX to 2.0.4, Blazorize also to latest versions ( 1.2.1 - Components, Icons, Bootstrap5 packages) and all the ASP Net Core packages to 7.0.4, I ran an abp bundle after some modifications in the css and I get this error at app loading:

It seems related to the General Settings area.

Can anyone help me?

I can also share the project.

Tks alot, Catalin


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

    hi

    Can you try to create a new template project and test it?

  • User Avatar
    0
    ionut.toader created

    Hi, maliming!

    For sure it will work. Thing is my project is close to deployment in PROD and it is pretty big, so just creating a new template and moving all the customization is quite a challenge. Is there a proper way to move it?

    Its the same project with the bug that we couldn't solve: the menu that is not rendering at login, but only after a page refresh. And I was trying to solve it, but then I got this error after upgrading and running abp-bundle.

    What do you think is the best course of action in this case? Because the error seems ABP related.

    Tks for your valuable input!

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    And I was trying to solve it, but then I got this error after upgrading and running abp-bundle.

    hi

    Create a new template and check the versions of nuget and npm(packages.json), Especially the related packages of Lepon, then update the packages of your project and re-run abp-bundle.

  • User Avatar
    0
    ionut.toader created

    Created a new Blazor server app: changed the layout to top menu and I got this:

    So same error.

  • User Avatar
    0
    ccernat created

    Hi, Support!

    Any updates?

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Created a new Blazor server app: changed the layout to top menu and I got this:

    So same error.

    Hi, as I can understand you're using Blazor WebAssembly. And did you updated your bundles after changing layout with abp bundle command?

    You can follow those steps If you haven't done: https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=Blazor#updating-bundles-on-layout-changes

  • User Avatar
    0
    ccernat created

    hello!

    I created a new app, no layers, blazor server, changed top menu and got the error. If I switch back to Side Menu, its working.

    I don't think it is bundle related.

    Also for my original project, yes, I ran the abp bundle. No change.

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    We've reproduces the issue, We're working on it

  • User Avatar
    0
    ccernat created

    Tks a million!

    PS: If you found this is a bug, please do not count this question towards my allotted max support questions. :)

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    We'll release LeptonX 2.0.5 version later in today. It'll solve the problem.

    Since it's a bug, your credit is also refunded

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    We've just released LeptonX 2.0.5 version. Can you try to upgrade and try it?

    Make sure your bundle files are regenerated after the update by executing abp bundle.

  • User Avatar
    0
    ccernat created

    Hi,

    I update all ABP Packages from ABP Suite for both Blazor Server and Blazor wasm projects.

    It seems that the problem with Top Menu rendering is OK, but now I get this:

    In Blazor WASM I hit this as soon as I hit login.

    In Blazor Server it comes directly when I try to run the app.

    Just to be clear: 7.1.0 on ABP Packages.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please try to add new migrations

    dotnet ef migrations add ABP_7_1

  • User Avatar
    0
    ccernat created

    I confirm that now it works.

    Thank you.

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