Activities of "maliming"

hi

What are browser console messages?

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

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

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?

Showing 141 to 150 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30