Activities of "liangshiwei"

Hi,

you can try

public class CustomTenantDistributedHandler :
    IDistributedEventHandler<TenantCreatedEto>
{

    public async Task HandleEventAsync(TenantCreatedEto eventData)
    {
        ....
    }

}

You can try:

... IRepository<Product, Guid> _productRepository;

public async Task<List<Product>> GetMyProductListAsync()
{
    using (_dataFilter.Enable<IMustHaveCreator>())
    {
        return await _productRepository.GetListAsync(x => x.CreatorId == CurrentUser.Id);            
    }
}

Hi,

could you please share a minimum reproducible project with me? i will check it thanks.

shiwei.liang@volosoft.com

Hi,

i guess this is related to Redis configuration.

are they use the same redis server and same cache key prefix?

I am using version 8.2.2... maybe it's already fixed in 8.3?

maybe you can try

Hi

Issue with language switching: Sometimes it works well, but other times it doesn't. How can I control this?

I can't reproduce the problem.

It automatically redirects back to the homepage like this.

I can reproduce the problem, but I don't have any idea yet; I will investigate it.

Hi,

Thanks for the local Kubernetes test. Still I think a test via a deployed application to an Azure Kubernetes service would be a better comparison to our situation

Yes, but I don't have an Azure subscription

do you (Abp.io) have any production clients that are running abpFramework microservices template in an Azure Kubernetes Service? If so, can we find out what there metrics are for obtaining a token?

I think so, you can ask it in the ABP's discord channel.

Issue with language switching: Sometimes it works well, but other times it doesn't. How can I control this?

I will check it

Blazor Web App page loading speed: After logging in, when the menu is displayed, I select a screen to open, but it redirects to the homepage instead of opening the screen. I have to click again to access the desired screen.

Sorry, i didn't get it, could you share some GIF?

Hi,

You can try to add. <PropertyGroup> <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> </PropertyGroup> to csproj file.

Hi,

I'm requesting the access

Showing 1121 to 1130 of 6693 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.