Activities of "liangshiwei"

but it seems well-known endpoint might still be returning the http value and so microsoft says invalid redirect.

Can you share some screenshots? thanks.

need a documentation for using the CMS kit APIs with creating new UI plz

Could you please create a question for this. thanks.

Is there an example or documentation that can help for overriding the AuthServer please?

Here is the document on how to override pages: https://abp.io/docs/latest/framework/ui/mvc-razor-pages/customization-user-interface

You can get the login page source code via abp suite

Answer

You can try remove ChatBotSuite.Blazor.staticwebassets.runtime.json

This seems to be an ASPNETCore/VS issue. you can try to publish using command : dotnet publish

https://github.com/dotnet/aspnetcore/issues/52771

Hi,

Currently, manual binding of social accounts is supported only after user login.

Like this.

Hi,

Are the openid applications stored in redis? Maybe they fell out of cache and got repopulated from the database.

Yes, if you are using Redis cache, You usually don't need to worry about cache consistency because when you update client information, the cache is automatically deleted. but this might happen when you first deploy the project, and you can try clearing the cache.

Answer

Hi,

I can't reproduce the problem. Could you share the published file with me? thanks.

shiwei.liang@volosoft.com

Hi,

You need to override the user management.

Here is the document https://abp.io/docs/latest/framework/ui/blazor/customization-overriding-components

You can download the source code via abp suite.

Hi,

Currently, the angular password flow does not support external login.

Hi,

I can't reproduce the problem

public class TestAppService : Test8688AppService
{
    
    public string Test()
    {
        var ex = new UserFriendlyException("test");
        ex.Data["Test"] = new object();
        JsonSerializer.Serialize(ex);   
        throw ex;
    }
}
Showing 141 to 150 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