hi
I don't see any way to reproduce this in a template project
Can you share your project? https://wetransfer.com/ I will check it locally.
liming.ma@volosoft.com
Thanks
The Logs/logs.txt
under your project folder.
It will be best to set your log level to Debug
and reproduce the problem, then share the logs.txt
.
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
Thanks.
hi
We will implement it in 8.3.x asap.
Thanks.
hi
There are two footer
components in blazor web app.
One for blazor server and one for blazor wasm.
You have to replace them all in blaozr(server) and blazor.client(wasm) projects.
hi
ABP doesn't support the connection-resiliency(EnableRetryOnFailure
) feature.
hi
Do you have any valid 2fa?
eg: email. Authenticator?
hi
Can you try this?
https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/issues/553#issuecomment-784190961
hi
This package exists on nuget.
https://www.nuget.org/packages/Volo.Abp.Identity.AspNetCore/8.3.0
: )