Attività di "maliming"

Try add this configuration to your appsettiings.json file:

  "StringEncryption": {
    "DefaultPassPhrase": "uTjg****************"
  },

Related: https://github.com/abpframework/abp/pull/5800

hi safi

You can refer to the template project to understand the design.

hi

It's should work now, Can you try again?

Risposta

Please create the project use the free template. and share the steps. Thanks

https://abp.io/get-started

Risposta

hi @BernardoTeixeira

Please make your repository private, you cannot make our source code public. You can invite me join your repository. https://github.com/maliming

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?

Risposta

hi @BernardoTeixeira

Can you share a sample OData project to reproduce it?

You can use the free template project. https://abp.io/get-started

Risposta

hi @Esben_Dalgaard

I see no such folder as you describe.

You need to add it to the application that depens on the AbpPermissionManagementWebModule

Risposta

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:

  1. create a folder AbpPermissionManagement at Pages folder.
  2. Copy AbpIdNameTagHelper.cs and PermissionManagementModal.cshtml to AbpPermissionManagement. I already send it to you.
  3. re-run the app to check the speed of permission modal

6561 - 6570 di 6817
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11