Activities of "liangshiwei"

How about the error when editing the Identity Client?

Can you share the logs?

I think due to this error, the cache has not been removed.

Can you provide the full steps to reproduce? I will check it.

Hi,

If you haven't changed the method signature(method name, parameter, return type.. ) and route, then you don't need to regenerate.

However, you can run the abp generate command to re-generate client proxies.

Hi,

Yes, we cached the client, the cache item will remove when the client changed, See https://github.com/abpframework/abp/blob/dev/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/IdentityServerCacheItemInvalidator.cs#L33

However, you can set the expiration date, try:

Configure<IdentityServerOptions>(options =>
{
    options.Caching.ClientStoreExpiration = ....;
})

Hi,

We implemented this feature in 6.0(next version), so, it will come soon

Hi,

I test the project you provided, this is no problem.

I suppose there might a problem with your RabbitMQ server, could you try with another RabbitMQ again?

We do not see any records on AbpEventOutbox on v5.2.1 publisher project.

This is expected, the record will be deleted after published

Hi,

I will check it and back to you

Answer

An error occurred when the Organization Top-Level Move button was clicked

v5.3.0 or v5.3.2

Hi,

We created an internal issue and will fix it.

Hi,

Can you share a project with me? shiwei.liang@volosoft.com I will check it out.

ok.

Hi,

You can try this:

{
    "HealthChecks":{
        "Name": "MyProjectName Health Status",
        "Uri": "https://xxxxxx/health-status"
      }
}

....
var configuration = services.GetConfiguration();
...

var healthChecksUiBuilder = services.AddHealthChecksUI(settings =>
{
    settings.AddHealthCheckEndpoint(configuration["HealthChecks:Name"], configuration["HealthChecks:Uri"]);
});
Showing 4881 to 4890 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.