Activities of "maliming"

hi

What is your UI page?

The feature does not works for multiple tabs I have tested it.

Can you share details? What are steps to reproduce?

Thanks.

hi

Can you try --set controller.config.enable-underscores-in-headers="true"?

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
helm upgrade --install --version=4.0.19 ingress-nginx ingress-nginx/ingress-nginx --set controller.config.enable-underscores-in-headers="true"

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.

Showing 461 to 470 of 11563 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.