Activities of "maliming"

hi

https://github.com/RickIsWright/GranTrakv4a/pull/1

Many thanks. 🙏

hi

Can you share an online URL to reproduce the problem?

hi

Can you share your release app?

I will try to change it on my local.

liming.ma@volosoft.com

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

Showing 351 to 360 of 7729 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30