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.