Activities of "liangshiwei"

Did you add the module dependencies?

Yes, you can give it a try.

BTW, could you share the full steps to reproduce? thanks.

As I said:

Because in microservices XML files are in different projects, The gateway cannot find the XML file in the current directory.

You can search XML files globally in the root directory, not the current directory

Hi,

You can override the AuditLogs repository to filter the blazor-url.

You can refer to those:

  • https://docs.abp.io/en/abp/latest/Entity-Framework-Core#mapefcoreproperty
  • https://learn.microsoft.com/en-us/ef/core/modeling/shadow-properties#accessing-shadow-properties

Hi,

Sorry, I didn't get it.

You can add a public project if you want.

Hi,

Could you speak in English? thanks.

Hi,

You can configure IdentityClients for different services

 "IdentityClients": {
    "Default": {
      "GrantType": "client_credentials", 
      "ClientId": "BookStore_OrderService",
      "ClientSecret": "1q2w3e*",
      "Authority": "https://localhost:44322", 
      "Scope": "ProductService"
    },
    "AbpIdentity":{
      "GrantType": "client_credentials", 
      "ClientId": "BookStore_OrderService",
      "ClientSecret": "1q2w3e*",
      "Authority": "https://localhost:44322", 
      "Scope": "IdentitytService"
    }
  }

Hi,

You can access https://localhost:44990/api/abp/api-definition endpoint to check the module name.

Showing 3041 to 3050 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.