Activities of "maliming"

hi

Can you enable Debug logs and share logs.txt and har file?

Please try to access an authentication page(/Identity/Users) after logging in (even if you don't appear to be logged in).

Thanks

Thanks. We will do that. 👍

hi

I think we can't know if the user has made the payment.

Thanks.

可能是缓存问题, 已经解决就可以

Please check the logs in http://localhost:44325/ gateway website.

hi

It works fine when tested in Swagger, but when calling it from the web, it returns Not Found. also works fine in Swagger, and it works fine when called from the web as well.

How did you call it from your web?

Can you share the call codes for the works and not working cases?

Thanks.

hi

Can you rename Index.js to index.js?

hi

You can make sure the tenant domain works first.

See https://abp.io/docs/latest/framework/architecture/multi-tenancy#domainsubdomain-tenant-resolver

Thanks

great

hi

1

You can override the GetLocalizeExceptionMessage method of AccountPageModel

If the exception is AbpIdentityResultException, use your custom code to get the error message list to an array.

https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Microsoft/AspNetCore/Identity/AbpIdentityResultExtensions.cs#L112-L134

2

Add your custom IdentityPasswordValidator

public override void PreConfigureServices(ServiceConfigurationContext context)
{
    PreConfigure<IdentityBuilder>(builder =>
    {
        builder
            .AddUserValidator<MaxUserCountValidator>()
            .AddPasswordValidator<YourAbpIdentityPasswordValidator>();
    });
}


return new IdentityError
{
    Code = Your_Code,
    Description = Your_Description
};

Showing 91 to 100 of 11558 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.