Activities of "maliming"

hi

Can you try to override the Volo.Abp.Account.Web.Controllers.VerifyController?

You can send an email to liming.ma@volosoft.com

I will share the source code with you

Thanks.

hi

Thanks. Please share the test project and steps to reproduce the problem.

👍

hi

Can you use a new template project to reproduce your current problem and share it?

liming.ma@volosoft.com

Thanks

hi

Can you share your job create code?

And you can consider create job when the UOW is completed.

YourUnitOfWork.OnCompleted(() =>
{
    //create job
});

Thanks.

hi

Can you try setting RemoteRefreshUrl from https to http in the myproject-administration project that is deployed to the Kubernetes environment?

PostConfigure<AbpClaimsPrincipalFactoryOptions>(options =>
{
    if (!string.IsNullOrEmpty(options.RemoteRefreshUrl))
    {
        options.RemoteRefreshUrl = 
            options.RemoteRefreshUrl.Replace("https://", "http://", StringComparison.OrdinalIgnoreCase);
    }
});

The default value of RemoteRefreshUrl is the same as AuthServer:Authority. What is its value in your environment?

Thanks.

hi

it presumably redirects the new user to reset their password. What happens, however, is that the user is kicked back to the login page repeatedly.

If you want to solve this problem, you can try to add:

options.Conventions.AllowAnonymousToAreaPage("Account", "/ChangePassword");

Thanks.

Yes, AutoFac will support more advanced features.

Thanks.

hi

Your project doesn't use IDataSeeder when the app starts.

IDataSeedContributor can only be called when IDataSeeder is used.

You can inject your LaboratoryServiceDataSeeder into LaboratoryServiceDataSeeder to use it, and remove the IDataSeedContributor from it.

The microservice design differs slightly from a regular application.

https://abp.io/docs/latest/framework/infrastructure/data-seeding#idataseeder

Thanks.

hi

We enhanced it in the next 9.3.x version

You can override the method to change it now.

See

https://abp.io/support/questions/10057/LastModification-fields-not-updated-when-changing-one-to-many-relationship#answer-3a1d5bfa-d803-667e-e95a-7f8900a6abc8 https://github.com/abpframework/abp/pull/24104

Thanks

hi

Override the MenuFilterComponent component and change the menuFilterText to FilterMenu.

https://abp.io/docs/latest/framework/ui/angular/component-replacement#how-to-replace-a-component

Showing 941 to 950 of 12032 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.3.0-preview. Updated on February 26, 2026, 13:35
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.