0
LiSong created
- ABP Framework version: v9.0.0
- UI Type: MVC
- Database System: EF Core (SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi we found a very strange login issue recently, when we click the login button with correct username and pwd, the page refreshed and showed the same login page again without any errors/exceptions, we checked the logs, there were no errors. any suggestions?
we can fix it by confirming the user's email address on backend, which means this bug however relates to the email confirm field, this happened twice.
1 Answer(s)
-
0
hi
Please share your
logs.txt
.liming.ma@volosoft.com
You can enable the
Debug(.MinimumLevel.Debug())
log.loggerConfiguration .MinimumLevel.Debug() .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning) .Enrich.FromLogContext() .WriteTo.Async(c => c.File("Logs/logs.txt")) .WriteTo.Async(c => c.Console());