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:
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