Activities of "maliming"

hi

Please try to uninstall cli and suite, then install same version of cli and suite.

hi

Can you try to clear the cookies or login in chrome incognito mode.

hi

Its possible, Just like swagger UI.

https://learn.microsoft.com/en-us/aspnet/core/client-side/spa/angular?view=aspnetcore-7.0&tabs=visual-studio

hi

ABP Framework version: v4.2.2

Is your suite version the same as your cli and project?

4.2.X

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.

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