hi
https://support.abp.io/QA/Questions/2401/Setting-Mangement-Issue
Certificate
like AddDevelopmentEncryptionAndSigningCertificate
of Openiddict
,AddDevelopmentEncryptionAndSigningCertificate cannot be used in applications deployed on IIS or Azure App Service: trying to use them on IIS or Azure App Service will result in an exception being thrown at runtime (unless the application pool is configured to load a user profile). To avoid that, consider creating self-signed certificates and storing them in the X.509 certificates store of the host machine(s). Please refer to: https://documentation.openiddict.com/configuration/encryption-and-signing-credentials.html#registering-a-development-certificate
https://docs.abp.io/en/abp/latest/Modules/OpenIddict#abpopeniddictaspnetcoreoptions
I don't quite understand. Can you share some code or ui to explain?
hi
I will provide such a sample If it is the ui you need
https://datatables.net/examples/api/row_details.html
If the local can't be reproduced, there is a problem with the build server.
Does it use the correct net sdk?
Based on these error messages, I can't troubleshoot the problem.
Can you share a project for me to reproduce the problem locally?
hi
You can check the csporj
files of your all projects.
It may contain the wrong configuration.
hi
It's possible.
https://docs.abp.io/en/abp/latest/Module-Development-Basics
Our reusable modules have shared models, entities, database, application services, etc. https://github.com/abpframework/abp/tree/dev/modules
hi
We used bootstrap 5 in the latest version, which may be the reason for the difference.
Can you check and share some screenshots of the class/style of the elements?
hi
What's your CLI version? It must be the same as your project package version of ABP.
migrate to OpenIdict and finally .net 7.
https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step
hi
Can you try run abp clean
command on your solution folder?
and then run dotnet build
command.