Activities of "maliming"

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 share what page or code you have customized?

We will remove the disabled state in register.js

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

: )

Showing 3061 to 3070 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20