Activities of "liangshiwei"

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.

Hi,

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

Showing 3041 to 3050 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 12, 2025, 10:20