hi
Please share your test project with liming.ma@volosoft.com Thanks
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?