The meeting was closed by zoom because of the time, I will study it for a while, and I will reply you asap.
hi https://us05web.zoom.us/j/89923264638?pwd=VDBUakd3ZXAxWGgvcmJVZjdiQ1Rldz09
<p>
@{
var applicationConfigurationClient = HttpContext.RequestServices.GetRequiredService<ICachedApplicationConfigurationClient>();
var applicationConfiguration = await applicationConfigurationClient.GetAsync();
var json = JsonSerializer.Serialize(applicationConfiguration, new JsonSerializerOptions()
{
WriteIndented = true
});
}
@json
</p>
hi
Can you share the logs of Authserver and web?
The log that you shared seems incomplete.
hi
Please share logs(Logs.txt
) of the three applications. liming.ma@volosoft.com
Please clear the Redis cache after published. Thanks
hi
This query cannot be paged, because the data is actually a linked list structure.
Can you share the full log of the link-user
request with me? liming.ma@volosoft.com
Please lower the log level to see more detailed logs.
##.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
##.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
hi
https://github.com/balessi75/FM.Test/issues/1
hi
I will check it asap.