Activities of "maliming"

hi

This feature available after 7.3.0

https://abp.io/blog/ABP.IO-Platform-7-3-RC-Has-Been-Published

hi

'The 'client secret' parameter is not valid for this client application.

Please share the 'CustomsOnline App' row data in the database. and your OAuth configuration in angular.

Thanks.

: )

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.

Showing 881 to 890 of 8472 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11