Activities of "maliming"

But I can see the QR code in your image. ๐Ÿคจ

bwt. You can add the @abp/qrcode to your packages.json

https://www.npmjs.com/package/@abp/qrcode

hi

This is a breaking change. So I move it to 9.0. sorry for that.

There are source code of changes in abp and commercial

https://github.com/abpframework/abp/pull/20771/

hi

You can scan the QR code step by step to add the Google authenticator

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

Showing 3961 to 3970 of 11552 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with โค๏ธ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
๐Ÿ” You need to be logged in to use the chatbot. Please log in first.