Activities of "maliming"

There must be error logs on your AuthServer website. Please share it. Thanks

liming.ma@volosoft.com

hi

You can download the source code of Identity Pro and then customize the logic.

hi

Refunded.

hi

Please change the log level to Debug and resend the logs. Thanks.

    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft", LogEventLevel.Information)
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

Currently, our angular FE loads localization strings from json files, served by our auth service, one file per locale.

Please explain this in detail. Im not understand it very well.

https://docs.abp.io/en/commercial/latest/modules/language-management

hi

You can try to using 2.2.2 of Leptonx

hi

Did you get any errors or warning logs?

hi

Can you share the logs? liming.ma@volosoft.com

Your question credits refunded.

hi

You can create a separate-tenant-schema project to see the difference.

Showing 5831 to 5840 of 10645 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