Open Closed

⚠️ Bugs & Issues v9.1.x ⚠️ #9094


User avatar
0
EngincanV created
Support Team .NET Developer

⚡ Update ABP CLI , ABP Studio and ABP Suite

dotnet tool update -g Volo.Abp.Studio.Cli --version 0.9.24
abp suite update --version 9.1.0

📗 Blog post

  • https://abp.io/community/articles/abp-platform-9.1-rc-has-been-released-wws5l00k
  • https://abp.io/community/articles/abp.io-platform-9.1-final-has-been-released-h96a56qa

🔼 Migration guide

  • https://abp.io/docs/9.1/release-info/migration-guides/abp-9-1

✏️ Feel free to report any bugs, issues, and problems.


17 Answer(s)
  • User Avatar
    0
    rafael.gonzales created

    There is no 9.2 section to report.

    Could you please create one

  • User Avatar
    0
    rafael.gonzales created

    Please, don't forget of the thread for 9.2.x =)

    Thanks!

  • User Avatar
    0
    rafael.gonzales created

    Any updates on a new thread for 9.2.x?

  • User Avatar
    0
    FelixKirschner created

    Hello, today I updated to ABP Version 9.1.3. Did anybody face the issue that after the update all red X changed from the symbol 'fas fa-xmark text-danger' to 'fas fa-ticket-simple text-danger'?

    Is this intended? New:

    Old:

  • User Avatar
    0
    Sturla created

    Following https://abp.io/docs/latest/tutorials/book-store-with-abp-suite/part-03?UI=BlazorWebApp&DB=EF

    I see that the calander icon is also black.

    And why not styling the calander it self? Its not super pretty like this, right?

  • User Avatar
    0
    Sturla created

    When saving a new entry there is a flicker of a validation error "The Name field is required" before its saved.. can´t you fix that?

  • User Avatar
    0
    Sturla created

    Clicking "Request Personal Data" does not fully work.. I first clicked it and nothing happened.. wated for 2 min end then refreshed the page and nothing.. I had to navigate from it and back to it and re-clicking on the button to get the following

    I´m on Blazor WebApp btw..

  • User Avatar
    0
    Sturla created

    This is maybe not a bug but it makes the UI much more professional...

    Please do not activate the Save button until something has been changed.

    Here I just opened up this entity and changed nothing.. but still the Save button is active...

  • User Avatar
    0
    Sturla created

    When creating a new one-to-many (from the tutorial) entity the Author is pre-picked instead of being empty and having me have to choose from a list of them. Doesn´t that make sense? And what type of ordering is that also?

  • User Avatar
    0
    Sturla created

    Suite is not creating tests for the following code (GetListAsExcelFileAsync, DeleteByIdsAsync,GetDownloadTokenAsync and probably more)

    For your auto generated code you should be able to touch 90-100% coverage, or what do you think?

    You can use this free tool to check coverage https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage&ssr=false#overview

  • User Avatar
    0
    nacho created

    Hi, this is not a bug, but it something strange (in my option) that could cause confusion to the final users... In "Adminsitration > Settings > Account > Idle Session Timeout" there is a link to ABP documentation called "Learn more about idle session timeout" (See screenshot below). I think there should not be any link to ABP docs or website (at least in ABP commercial).

  • User Avatar
    0
    Buckoge created

    LeptonX Side Menu Does Not Load Collapsed State on Page Load

    The left side menu always appears open when a page is loaded, even if the user had previously collapsed it. It seems the value from local storage (lpx:side-menu-state) is not being read and applied during initialization.

    Every time the page is opened or refreshed, the side menu is displayed in the expanded state, regardless of the previously saved preference.

    I created a new project using:

    ABP Framework version: 9.2.1 LeptonX Theme version: 4.2.1 MVC / Razor Pages

    The same issue occurs in a clean setup.

    Fixed in 9.2.2 thx :-)

  • User Avatar
    0
    Sturla created

    Just filed this bug in wrong chat https://abp.io/qa/questions/8330/3a1b39f2-f1f5-36a9-5e27-77cf1f14a83e please take a look

  • User Avatar
    0
    Sturla created

    There is a bug Blazor razor pages when generating property of nullable Guid with ABP Suite

    error CS1503: Argument 1: cannot convert from 'System.Guid?' to 'string'
    error CS1503: Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
    

    So instead of

    do something like this

    Are there to few tests with ABP Studio?

  • User Avatar
    0
    Sturla created

    ABP Suite is creating lot of code with warnings!

    then there are still (I have reported this 2x) spaces here and there through out the generated code

    and so many other issues like this..

    Why isn´t there more love for craftmanship in this product?

  • User Avatar
    0
    Sturla created

    New line in tables not working. At least not when using <br>

    It works fine when in preview mode

    | Column | | ------ | | • Some text <br> • Another text | | • With / br </br> • More text |

    Looks fine here

    But not when published, then there is no new line...

    Is there maybe another way to acheive this?

  • User Avatar
    0
    Sturla created

    Updating an entity with Suite is overriding everything in a MenuContributor!! The only thing I added was a one-to-many relationship so why its messing with the menu I don´t know...

    it only leaves this

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37