Activities of "maliming"

hi

The project doesn't contain a backend app.

Thanks

Great 👍

hi

GET /Account/ResetPassword.

Can you share the curl info of this request?


I checked the code, and it just queries the user and updates the password. No other operations.

It should not have any database problems.


Can you enable EF Core Debug logs and share the logs.txt file?

var loggerConfiguration = new LoggerConfiguration()
    .MinimumLevel.Debug()
    .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Debug)
    .Enrich.FromLogContext()
    .WriteTo.Async(c => c.File("Logs/logs.txt"))

liming.ma@volosoft.com

See https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

Thanks.

hi

You can update the localization texts from the language-management module.

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

hi

Can you use the latest .NET 9 SDK?

see https://abp.io/support/questions/8136/Package-voloabpsuite-is-not-a-NET-tool#answer-3a17624d-dd83-5d9a-2f1c-eeb5acef04e4

Thanks

Thanks. I will check and update helm in the template.

hi

Can you share your code?

This is not abp code, but IdentityModel

Thanks.

Error retrieving discovery document: Invalid base address for endpoint 

http://authserver.mydomain.dev/connect/authorize. 

Valid base addresses: https://authserver.mydomain.dev.

hi

Can you add the code below to your Administration service to see the error?

 public async static Task<int> Main(string[] args)
{
    IdentityModelEventSource.ShowPII = true;

    IdentityModelEventSource.Logger.LogLevel = EventLevel.Verbose;
    var wilsonTextLogger = new TextWriterEventListener("Logs/identitymodel.txt");
    wilsonTextLogger.EnableEvents(IdentityModelEventSource.Logger, EventLevel.Verbose);

Thanks

ok, I will test it.

Thanks.

hi

The solution: https://abp.io/support/questions/9891/How-do-I-register-the-Blazorise-license-key#answer-3a1c6946-4726-c113-33be-ff306be3722b

Thanks.

Showing 1331 to 1340 of 12044 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.3.0-preview. Updated on February 27, 2026, 05:41
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.