Please check application logs, such as API, Identity Server website.
hi
Can you share the full code of ProspectusCreateDto and Student class?
Have you tried the Automapper without abp?
hi @BernardoTeixeira
Can you share a sample OData project to reproduce it?
You can use the free template project. https://abp.io/get-started
hi @Esben_Dalgaard
I see no such folder as you describe.
You need to add it to the application that depens on the AbpPermissionManagementWebModule
hi Esben_Dalgaard
If your application is a monolithic application and no plan to use load balanced. You can disable redis, memory cache will be used.
You can create a new project using the same abp & ef core provider and check the loading speed of the built-in module page. Such as user, tenant, role, audit log and other pages, This represents the basic speed of the application on your computer.
You need to check your code, they are slow, there are a lot of sql queries in the log, this is not normal, you can single-step debug the application to find the problem code.
Ways to solve the slow permission modal:
AbpPermissionManagement
at Pages folder.AbpIdNameTagHelper.cs
and PermissionManagementModal.cshtml
to AbpPermissionManagement
. I already send it to you.hi
Can I check your source code remotely? You can send me an email, then I will share the Zoom link. liming.ma@volosoft.com
hi
Here's our backend log when one of our calls are made:
Can you share a full log of a slow request? From the beginning to the end.
eg
[INF] Request starting HTTP/2 GET https://localhost:44340/api/abp/application-configuration - -
/// ....
/// ....
INF] Request finished HTTP/2 GET https://localhost:44340/api/abp/application-configuration - - - 200 - application/json;+charset=utf-8 932.6348ms
We do not use redis. What is it, and how could we?
You can check your all project's appsettings.json
files to see if it contains below config.
hi @Esben_Dalgaard
Can you share some logs during app get slow?
Does your application use redis. Is its configuration correct?
You can use the IDS module as an independent service, it can have its own database, it is a completely independent identity authentication service.
You can refer to the demo of the microservice, we are also preparing a commercial version of the microservice startup template which will be available soon.
https://docs.abp.io/en/abp/latest/Samples/Microservice-Demo
You can create an Identity Server project without ABP for testing.