Ends in:
3 DAYS
23 HRS
11 MIN
0 SEC
Ends in:
3 D
23 H
11 M
0 S

Activities of "maliming"

hi

Please download the files from https://we.tl/t-8dhrAZORft

then copy them to blazor and blaozr.client to override the MobileNavbar

hi

no errors were found in the user data check.

You can check the Identity settings.

how to debug "SignInManager.PasswordSignInAsync" fun

This will be difficult. Can you share the steps to reproduce this in a new template project?

hi

I have checked your logs.

The SignInManager.PasswordSignInAsync return IsNotAllowed.

Can you check the user data(EmailConfirmed and PhoneNumberConfirmed) ?


Or can you share the steps to reproduce this in a new template project?

Thanks.

hi

I have confirmed. This feature will be available in abp 9.0

Awesome! 👍

hi

I think it is case-sensitive. You can try to override the StripePaymentGateway to make it case-insensitive.

typeof(StripePaymentGateway)

public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<PaymentOptions>(options =>
    {
        options.Gateways.Add(
            new PaymentGatewayConfiguration(
                StripeConsts.GatewayName,
                new FixedLocalizableString("Stripe"),
                isSubscriptionSupported: true,
                typeof(StripePaymentGateway)
            )
        );
    });
}

We will fix it in the next version.

Thanks.

hi

The Dashboard source code in your project. Can you try to add [Authorize(Your_Permission_Name)].

[Authorize(Your_Permission_Name)]
public class HostDashboardModel

And AuthorizePage to specify razor page.

Configure<RazorPagesOptions>(options =>
{
    options.Conventions.AuthorizePage("/Identity/Users/Index", Your_Permission_Name);
});

Not yet. Can you share it via https://wetransfer.com/ ?

You can leave the wetransfer URL here.

Thanks.

hi

Can you share your test project via https://wetransfer.com/?

liming.ma@volosoft.com

Thanks.

Answer

hi

Can you try to kill all dotnet and abp-suite and try again?

pkill -f dotnet pkill -f abp-suite

Showing 281 to 290 of 8490 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 28, 2024, 07:27