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.
hi
Can you share a test app?
I will check it.
liming.ma@volosoft.com
Thanks