hi
The error occurs in the DashboardAppService class on the below highlighted line
Can you share the error first?
https://support.abp.io/QA/Questions/4143#answer-9446240b-da3b-384d-04dc-3a07e40aa2bd
Thanks maplealone
hi
Whats content of D:\CP\apps\blazor-server\src\CP.Blazor\Program.cs
and D:\CP\apps\blazor-server\src\CP.Blazor\Startup.cs
?
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();
}