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