Activities of "maliming"

hi

The logs output to Logs/logs.txt by default, you can share this file.

hi

Can you share some screenshots? android or IOS?

hi

The microservices project is already built in the LanguageManagement module. You can check the localization text on the language texts page.

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

hi

We use ASP NET Core Identity, which uses the HMACSHA512.

https://github.com/dotnet/aspnetcore/blob/release/7.0/src/Identity/Extensions.Core/src/PasswordHasher.cs#L141

hi

You need to upgrade all abp packages to the same version.

hi

I guess this will work when you click the Remember me

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();
Showing 6711 to 6720 of 11531 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.