Activities of "maliming"

hi

Can you try this?

app.Use(async (httpContext, next) =>
{
    if (System.Threading.Thread.CurrentThread.CurrentCulture.Name == "ar")
    {
        using (CultureHelper.Use(System.Globalization.CultureInfo.InvariantCulture, System.Globalization.CultureInfo.InvariantCulture))
        {
            await next(httpContext);
        }
    }
    else
    {
        await next(httpContext);
    }
});

hi

Please share some of your code.

You can override this endpoint to add your code to create a tenant and create a user under this tenant.

https://abp.io/docs/latest/framework/architecture/modularity/extending/customizing-application-modules-guide https://abp.io/docs/latest/framework/architecture/modularity/extending/customizing-application-modules-overriding-services

hi

You should use the services related to ABP permission management instead of directly reading/writing to the Redis cache.

You can try it. If there are any new situations, you can always give feedback.

hi

I have made it work

Please invite me to your GitHub repository.

GranTrakv4a.git

http://localhost/authserver/ http://localhost/api/ https://localhost/web https://localhost/web-public

No, I will reply to you with detailed reasons after I solve it.

hi

The changes are massive, potentially even incompatible with many current designs.

hi

Can you check this first? https://abp.io/support/questions/4102/error-in-fraction-point-in-arabic-language

gt:auto_token instead of scp:gt:auto_token

Showing 4161 to 4170 of 11539 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.