Open Closed

⚠️ Bugs & Issues v8.2.x ⚠️ #7247


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-2-release-candidate

📘 Commercial release logs

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

🔼 Migration guides

  • https://docs.abp.io/en/abp/8.2/Migration-Guides/Abp-8_2
  • https://docs.abp.io/en/commercial/8.2/migration-guides/v8_2

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


137 Answer(s)
  • User Avatar
    0
    oyku.erman created
    Support Team

    update existing child entity and add field with type File. After updating the entity and execute db migration, tables update accordingly but unable to add record in child entity add button doesn't work. Also error showing in console when ever open the entity.

    Hi, I can not reproduce the problem. If you give specific information about the problem you have, it will be a pleasure to help you.

  • User Avatar
    0
    oyku.erman created
    Support Team

    I am experiencing some unwanted behavior from the CRUD Page Generator. The CRUD Page Generator is marking all fields as required on the UI but the data schema is correct.

    I am using an Angular frontend with MSSQL database.

    I created an issue for this problem, this will be resolved in the next releases.

  • User Avatar
    0
    i.ullah@fandaqah.com created

    whenever add file type in child entity exception occurs as per below screen shot. kindly guide or resolve issue

  • User Avatar
    0
    i.ullah@fandaqah.com created

    update existing child entity and add field with type File. After updating the entity and execute db migration, tables update accordingly but unable to add record in child entity add button doesn't work. Also error showing in console when ever open the entity.

    Hi, I can not reproduce the problem. If you give specific information about the problem you have, it will be a pleasure to help you.

    add two child entity with master entity one with file type property and other is simple just description and flags. After that two issue occurs. below is the another issue screen shots

  • User Avatar
    0
    i.ullah@fandaqah.com created

    update existing child entity and add field with type File. After updating the entity and execute db migration, tables update accordingly but unable to add record in child entity add button doesn't work. Also error showing in console when ever open the entity.

    Hi, I can not reproduce the problem. If you give specific information about the problem you have, it will be a pleasure to help you.

    add two child entity with master entity one with file type property and other is simple just description and flags. After that two issue occurs. below is the another issue screen shots

    any update ?

  • User Avatar
    0
    IbrahimSarigoz created

    When I create a new project with ABP Suite version 8.2.0, the initial migration file and seed data do not support Oracle databases.

    In previous versions, this datatype was NUMBER(1).

    I changed all of the initial migration files, but this time the seed data caused problems and I couldn't resolve them.

    How can I configure version 8.2.0 with Oracle?

    any update ?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi, @IbrahimSarigoz

    The Oracle EF Core 23 provider will take the value set for OracleSQLCompatibility to know what DB version's SQL it should generate. By default, it will assume version 23 since it's ODP.NET 23. Oracle DB 23ai supports Boolean table columns. If you are using DB 19c, then you have to set OracleSQLCompatibility to 19 to tell ODP.NET to use numeric values instead of Booleans.

    See

    • https://github.com/oracle/dotnet-db-samples/issues/380#issuecomment-2112766112
    • https://github.com/oracle/dotnet-db-samples/issues/377#issuecomment-2096419703
    • https://docs.oracle.com/en/database/oracle/oracle-database/21/odpnt/EFCoreAPI.html#GUID-41786CF0-11E3-4AD2-8ED1-3D31D5FE2082
  • User Avatar
    0
    thanhlg created

    I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

  • User Avatar
    0
    improwise created

    I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

    Never seen that myself, you did not simply type the wrong path? I usually copy and paste it from file explorer.

  • User Avatar
    0
    thanhlg created

    I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

    Never seen that myself, you did not simply type the wrong path? I usually copy and paste it from file explorer.

    I also copied and pasted from File Explorer. I have also checked the folder path in %UserProfile%.abp\suite\appsettings.json, and everything is correct, but the error still occurs.

    The Module template works fine, but the Application template Blazor Web app keeps encountering this error.

  • User Avatar
    0
    i.ullah@fandaqah.com created

    After creating a new project in abp when start application got an error. Seems like there is an error/bug.

  • User Avatar
    0
    dhill created

    When user tries to logout of the tenant account, they get logged out of the admin account too

  • User Avatar
    0
    dhill created

    When user login the second time, they cannot see the Tenant logins / linked accounts and Authority delegation

    Steps to reproduce:

    1. Log in as an admin user
    2. Go to "Saas" under Administration
    3. Select "Tenants" under Saas
    4. Click on the Action button for Greethem
    5. Select the "Log in with this tenant" element
    6. Click on the profile icon on the tenant page
    7. Check if the user can see the Tenant logins / linked accounts and Authority delegation under the profile icon
    8. Click on the Logout (To log out as tenant and admin user)
    9. Enter the credentials again (as Admin)
    10. Go to "Saas" under Administration
    11. Select "Tenants" under Saas
    12. Click on the profile icon of the user
    13. Check if the user can see the Tenant logins / linked accounts and Authority delegation
    Expected: Users should be able to see the Tenant logins / linked accounts and Authority delegation no matter how many times they log in and out of the application
    Actual: Users cannot see the Tenant logins / linked accounts and Authority delegation the second time

    Image

  • User Avatar
    0
    dhill created

    When user login and logout of the application, and attempt to login as a tenant, user cannot see the "Login with this tenant" element under the action button

    Steps to reproduce:

    1. Log in as an admin user
    2. Go to "Saas" under Administration
    3. Select "Tenants" under Saas
    4. Click on the Action button for Greethem
    5. Select the "Log in with this tenant" element
    6. Click on the profile icon on the tenant page
    7. Click on the Logout (To log out as tenant and admin user)
    8. Enter the credentials again (as Admin)
    9. Go to "Saas" under Administration
    10. Select "Tenants" under Saas
    11. Click on the Action button for Greethem
    12. Check if the user can see the "Log in with this tenant" element
    Expected: Users should be able to log in as tenants no matter how many times they log in and out of the application
    Actual: Users cannot log in as tenants the second time

    We have video for reference if we can upload it somewhere.

  • User Avatar
    0
    dhill created

    When user uses linked account to login to admin tenant from regular tenant the application crashes and logs out

    Steps to reproduce:
    1. Log in as an admin user for a regular tenant
    2. Click on the profile icon of the user
    3. Click Linked accounts menu item
    4. Click actions next to admin tenant (user name shows no \ character)
    5. Select the "Log in with this tenant" element
    6. Application immediately logs out and redirects to \Dashboard
    7. User will be unable to login until cookies are cleared and the browser is re-opened
    Expected: Users should be able to login as Tenants and use linked accounts into the admin tenant as many times as they wish.
    Actual: Users cannot see the login to admin Tenant from regular Tenant without getting immediately logged out

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    HI @giathanh2512

    what's your suite version, please update to the latest

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    HI @i.ullah@fandaqah.com

    See : https://abp.io/support/questions/3537/OpenIddict-WindowsCryptographicException-Access-is-denied https://support.abp.io/QA/Questions/4872/CryptographicException-Keyset-does-not-exist

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    When user login and logout of the application, and attempt to login as a tenant, user cannot see the "Login with this tenant" element under the action button

    Steps to reproduce:

    1. Log in as an admin user
    2. Go to "Saas" under Administration
    3. Select "Tenants" under Saas
    4. Click on the Action button for Greethem
    5. Select the "Log in with this tenant" element
    6. Click on the profile icon on the tenant page
    7. Click on the Logout (To log out as tenant and admin user)
    8. Enter the credentials again (as Admin)
    9. Go to "Saas" under Administration
    10. Select "Tenants" under Saas
    11. Click on the Action button for Greethem
    12. Check if the user can see the "Log in with this tenant" element
    Expected: Users should be able to log in as tenants no matter how many times they log in and out of the application
    Actual: Users cannot log in as tenants the second time

    We have video for reference if we can upload it somewhere.

    HI,

    yes please upload the video to google drive, we will check it.

  • User Avatar
    0
    dhill created

    In Blazor Web App the search box for linked tenants is missing

  • User Avatar
    0
    dhill created

    Videos of tenant link issues.

    https://1drv.ms/v/s!AseK7NI9P0MAgc5WgkCbI4qhQYVOjA?e=Sd1cFo

    https://1drv.ms/v/s!AseK7NI9P0MAgc5Y6uPnBLmclDoRhQ?e=MJKijc

  • User Avatar
    0
    roberto.fiocchi created

    I created a new solution using abp cli 8.2.1 and then I installed abp studio and created a new solution always abp 8.2.1 Comparing the two generated solutions I noticed that they are different, obviously excluding the files that abp studio added for its configurations. Why?

  • User Avatar
    0
    ageiter created

    I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

    I had the same problem 2 months ago: https://abp.io/support/questions/7315/ABP-Suite-error-Cannot-find-the-directory

  • User Avatar
    0
    dhill created

    The issues we're having with Tenants are pretty high priority for our project. Should I create support tickets for these issues or is it sufficient to report them here as bugs? Either way, we need to have these prioritized please as having linked tenants working correctly is one of the most important features in the software.

  • User Avatar
    0
    dhill created

    Admin --> Identity Management --> Users --> Claims : Error when click on "Add claim"

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi @dhill

    Please create separate questions, thanks.

Made with ❤️ on ABP v9.0.0-preview Updated on September 18, 2024, 12:46