Open Closed

⚠️ Bugs & Issues v8.0.x ⚠️ #6260


User avatar
0
EngincanV created
Support Team .NET Developer

⚡ Update ABP CLI and ABP Suite

dotnet tool update -g Volo.Abp.Cli --prerelease
abp suite update --preview

📗 Blog post

  • https://blog.abp.io/abp/announcing-abp-8-0-release-candidate

📘 Commercial release logs

  • https://docs.abp.io/en/commercial/8.0/release-notes
  • https://commercial.abp.io/releases/

🔼 Migration guides

  • https://docs.abp.io/en/abp/8.0/Migration-Guides/Abp-8_0
  • https://docs.abp.io/en/commercial/8.0/migration-guides/v8_0

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


96 Answer(s)
  • User Avatar
    0
    ageiter created

    After upgrading from 8.0.2 to 8.0.3 with Blazor Server project we get this error on startup.

    System.TypeLoadException: 'Method 'ButtonStretchedLink' in type 'Blazorise.Bootstrap5.Bootstrap5ClassProvider' from assembly 'Blazorise.Bootstrap5, Version=1.3.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'

    I had the same problem. You have to update the Blazorise NuGet packages to version 1.4.2

  • User Avatar
    0
    dhill created

    On Blazor Server

    Issues arise when editing data: occasionally, changes to fields are not saved, and at times, modifications result in required fields being emptied.

  • User Avatar
    0
    rafael.gonzales created

    Hello,

    Can someone create the "Bugs & Issues v8.1.x"?

    Thanks!

  • User Avatar
    0
    rafael.gonzales created

    Please, don't ignore us!

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi rafael.gonzales

    You can create a separate question, and we will refund the question credit for the bug

  • User Avatar
    0
    dhill created

    The suite doesn't really respect custom code blocks. Especially the .Extended classes.

    It would be best if those got ignored unless the file is completely missing.

    Also unit tests really need a . Extended class

  • User Avatar
    0
    n.uerkmez created

    Version 8.0.2 (Angular - EFCore)

    After updating to Abp 8.0.2, extra properties for Tenant and OrganizationUnit entities defined in the ModuleExtensionConfigurator file which need to be selected by lookup as described here: https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#navigation-properties-foreign-keys result in the following frontend error: No provider for NgControl found in NodeInjector.

    The error also occurs in a fresh minimal project. Hi @EngincanV, Is there a fix or workaround for this issue?

    Any update on this regards?

  • User Avatar
    0
    Sturla created

    I´m not quite sure if this should be called a bug or not BUT if you don´t know the awailable blogs you will have to go back and type them in to get it in the dropdown.

    I would have some wait period (2 sek) after you put the cursor to the input and it will automatically show the blogs availabel.

    At least offer an error text telling the user what is the issue..

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    I´m not quite sure if this should be called a bug or not BUT if you don´t know the awailable blogs you will have to go back and type them in to get it in the dropdown.

    I would have some wait period (2 sek) after you put the cursor to the input and it will automatically show the blogs availabel.

    At least offer an error text telling the user what is the issue..

    Hi, currently we use an autocomplete component on this page for the blog input:

    Can you check if is there a console error? It seems like it's a text input in your case.

  • User Avatar
    0
    Sturla created

    Can you check if is there a console error? It seems like it's a text input in your case.

    I checked and its not working in Blazor but is working in MVC

    The auto only kicks in if I enter the first letter of the blogs name.

    p.s Can we do something about the css of the dropdown? It cramped and hard to view...

  • User Avatar
    0
    hinairusu created

    updated to latest version of Suite & CLI. Created a new child for a parent object, and now getting the below errors on the parent object page.

    Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.

    Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them

  • User Avatar
    0
    hinairusu created

    Also related, the child context element throws an error unless you rename things:

  • User Avatar
    0
    oyku.erman created

    updated to latest version of Suite & CLI. Created a new child for a parent object, and now getting the below errors on the parent object page.

    Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.

    Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them

    Hi, I tested the Suite generation updating to 8.0.5 from 8.0.4 version and got no errors. To test the error, I need more information about your moves.

    1. Which UI framework do you use?
    2. Before updating Suite & CLI, which version did you use?
    3. To reproduce this, are there any specific steps should I take?

    I will recheck this issue if you can give me these information. I would like to help you with your problem.

  • User Avatar
    0
    gizem.kurt created
    Support Team QA Test Engineer

    Can you check if is there a console error? It seems like it's a text input in your case.

    I checked and its not working in Blazor but is working in MVC

    The auto only kicks in if I enter the first letter of the blogs name.

    p.s Can we do something about the css of the dropdown? It cramped and hard to view...

    Thank you for the information you have provided. I was able to produce the problem. I created an issue for improvement regarding the issue. It will be updated in the next version.

  • User Avatar
    0
    hinairusu created

    updated to latest version of Suite & CLI.
    Created a new child for a parent object, and now getting the below errors on the parent object page.

    Looks like the generation is looking for Id fields, but the holding class doesn't contain an ID - only the parent class inside it does.

    Same child , set an int field with a minimum value of 0, no max or min range, yet the code still asks for them

    Hi, I tested the Suite generation updating to 8.0.5 from 8.0.4 version and got no errors. To test the error, I need more information about your moves.

    1. Which UI framework do you use?
    2. Before updating Suite & CLI, which version did you use?
    3. To reproduce this, are there any specific steps should I take?

    I will recheck this issue if you can give me these information. I would like to help you with your problem.

    I was previously on 8.0.1, I upgraded the solution to 8.0.5. I use Blazor with a public website, tiered, and in this case it was multi-tenant, although I suspect that wouldn't make a difference. In this specific case, I created Class 1 as a master, Class 2 as a master. No other changes to the class. We later decided to remove Class 2, and recreate it as Class 2 but as a child of the Class 1. Errors thrown. We then fixed the errors, and created Class 3 as a child of Class 1. Same errors occured.

  • User Avatar
    0
    alper created
    Support Team Director

    @hinairusu send the JSON files so we can try to reproduce the same entities here.

  • User Avatar
    0
    portx-dev created

    In version 8.0.5 (angular), on the error screen even if you click back to the home page, the page does not redirect to the home page

  • User Avatar
    0
    LV_DEV02 created

    Language Management texts Paging not working with filter have value.

  • User Avatar
    0
    gizem.kurt created
    Support Team QA Test Engineer

    Language Management texts Paging not working with filter have value.

    Which UI are you having this problem with?

  • User Avatar
    0
    LV_DEV02 created

    Language Management texts
    Paging not working with filter have value.

    Which UI are you having this problem with?

    I using Angular.

  • User Avatar
    0
    gizem.kurt created
    Support Team QA Test Engineer

    Language Management texts
    Paging not working with filter have value.

    Which UI are you having this problem with?

    I using Angular.

    I was able to reproduce the error in 8.0. We fixed this problem in version 8.1. If you upgrade your project to the current version, the problem will be fixed.

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