2023-03-06 10:35:05.297 +01:00 [INF] Request finished HTTP/2 GET https://localhost:44325/connect/authorize?client_id=Checklist_Blazor&redirect_uri=https%3A%2F%2Flocalhost%3A44374%2Fauthentication%2Flogin-callback&response_type=code&scope=openid%20profile%20Checklist%20roles%20email%20phone&state=557c3358d46f43aabc92583e355cee5d&code_challenge=0QsutV1yk838XT5rzNW5mwn1s5VBCMGwCFZCIIVtNrU&code_challenge_method=S256&response_mode=query - - - 302 - - 173.9579ms
2023-03-06 10:35:14.015 +01:00 [INF] Request starting HTTP/2 GET https://localhost:44325/.well-known/openid-configuration - -
This is like a browser problem. Please check the browser request.
hi
Please remove these lines from your Program.cs file
then see the details logs.
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
I sent you a test class. Please reproduce the problem and share the log. I will continue to analyze the log.
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