Activities of "maliming"

app.UseAbpRequestLocalization();

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

if (!env.IsDevelopment())
{
    app.UseErrorPage();
}

How can we reproduce it?

I think the problem exists on gitlab runner at linux server.

hi

It seems you didn't use standard abp project.

We can't give you much advice.

We need the full steps to reproduce the issue.

hi

Is a new project created by CLI?

hi

We implemented it in 7.0.

hi

According to the design of tiered projects, the Web project is a pure UI project similar to HTML projects, Angular, etc.

CustomConnectionProviderFactory, DashboardDataSourceStorage

That is to say, you can't use database-related services.

IEditableDashboardStorage

You can try to inject application service interfaces to call remote APIs.

how I can distinguish between tenants for the anonymous users without login

I think you can't do this.

OK, No problem.

How about app-pro?

abp new AbpDebugTest -t app-pro -u blazor -d ef -o AbpDebugTest -dbms SQLite

Showing 8191 to 8200 of 11531 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.