Attività di "talhazengin"

Ok i solved this with adding below line in DBMigrator Service configuration steps:

context.Services.AddTransient<MyPermissionDataSeedContributor>();

Is this the right approach?

Risposta

Creating a new tenant does not creates an admin user for that tenant. chris.tune@gmail.com is right.

ABP Framework version: v4.3.0 (new template) UI type: Angular DB provider: EF Core Identity Server Separated: yes Exception message and stack trace: No error.

Steps: Create a tenant, you will see it won't add an admin user for that tenant.

I can confirm that the problem still exists and changing the database option "Is Read Committed Snapshot On" does not solve the problem.

There was no such problem before versions 4.3.* of ABP. What could be the change?

WE STILL NEED HELP!

I see this now :) applying the stuff in below article solves the problem. https://support.abp.io/QA/Questions/1360/Cannot-create-a-new-tenant-after-migrating-to-430

  • ABP Framework version: v4.4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Identity Separeted (Angular)
  • Exception message and stack trace: "There is no entity OrganizationUnit with id = 4a98a610-49a2-47f0-86af-4be6287081a3!"
  • Steps to reproduce the issue:
  1. Go to organization units page
  2. Add a unit and click on it or click on an existing one
  3. Right click on the unit and delete it
  4. Click the tab that is not highlighted from right panel ("members" or "roles")

Expected Result: There shouldn't be a button that is linked to a unit (clickable) after the unit is deleted Actual Result: Since the unit no more exists, when we clicked the tab linked to it an error window pops up.

91 - 95 di 95
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11