Activities of "liangshiwei"

"RootUrl": "https://dev-web.example.com/" should be "RootUrl": "https://dev-web.example.com"

Because of the backslash in your configuration. The problem has been solved, so I close this question.

Of course. my email : shiwei.liang@volosoft.com

Can you share some screenshots and error logs?

Hi,

Do you mean you only changed IdentityUser once but the event was triggered multiple times?

Hi,

You can use entityframework-plus.

HI,

  1. The tenant management UI can set connection string and run the DbMigrator application to create database(you can also generate by code).
  2. You can custom the tenant resolver. see also https://support.abp.io/QA/Questions/447/LoginAPI-Trying-to-log-in-from-an-app-using-the-API---need-to-know-how-to-identify-the-tenant-that-the-user-belongs-to
  3. There not such docuemnt yet, You can simply deploy manually for each tenant(create website and bind domain etc...), or you can write some scirpts to auto this process. It depends on your server.
  4. You can use virtual file system to replace any style script and page. see: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface
  5. Yes you can, for example:
    1. First, change current tenant to HOST
    2. Then You can use ITenantRepository to get all tenants and change current tenant to each tenant.
  6. Same with 5
  7. See https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities

Hi,

You are using Example_App client. I think the appsettings.json should be :

"IdentityServer": {
    "Clients": {
     "Example_Web": {
          "ClientId": "Example_Web",
          "RootUrl": "https://localhost:44362"   // Example_Web is not important, because you never use it 
       },
      "Example_App": {
          "ClientId": "Example_App",
          "RootUrl": "https://dev-web.example.com/"
       },
     "Example_Blazor": {
          "ClientId": "Example_Blazor",
          "RootUrl": "https://localhost:44307"
       }
    }
  }

You can send email to me. I will give you zoom meeting link.

@gvnuysal

Could you provide steps to reproduce? I will check it. thanks.

Hi

See https://docs.microsoft.com/en-us/ef/core/modeling/keyless-entity-types?tabs=data-annotations#example. may it will work for you.

Showing 6221 to 6230 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 10, 2025, 06:30