Base solution for your next web application
Open Closed

Default tenant admin user permissions do not work #10349


User avatar
0
shridhar.mole created
  • What is your product version?

    • 10.2
  • What is your product type (Angular or MVC)?

    • Angular + .NET Core
  • What is product framework type (.net framework or .net core)?

    • .NET Core
  • What is ABP Framework version?

    • 6.2

Hi,

After recent upgrade, when we run the application with empty database, the "Default" tenant's admin user does not have any permissions to access any parts of the application. This also causes issues in running the unit tests.

We do not have any changes in EntityFrameworkCore database seeding code (DefaultTenantBuilder.cs, TenantRoleAndUserBuilder.cs, etc.). Also, the permisison verification code in inside the ABP framework so we do not have any custom changes there as well.

Can you please let us know what could be causing this issue or how to handle this?

Thanks in advance.


1 Answer(s)
  • User Avatar
    0
    musa.demir created

    Hi @shridhar.mole

    I could not reproduce the problem. Can you please run Migrator application and check if the problem still exist? (Migrator should run seed method if it is needed.)