hi
The packages of Identity.Pro are https://abp.io/packages?moduleName=Volo.Identity.Pro
Please remove the Volo.Abp.Identity packages and use packages of Volo.Identity.Pro
hi
You can try to set ValidationInterval of SecurityStampValidatorOptions. The default is 30 minutes.
If this value is too small, it may affect performance.
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.securitystampvalidatoroptions.validationinterval?view=aspnetcore-8.0
hi
Audit logging can work just there is no same transactions. You can ignore it.
hi
You can override the mvc and angular page.
https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
hi
You can fix System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString') by follow code:
Now the error is SQLite Error 19: 'NOT NULL constraint failed: AppArticleFamilies.Code'.
You can fix this by change the seeder code.
btw you don't need to get and set connectionString in WebAppEntityFrameworkCoreModule manually.
https://docs.abp.io/en/abp/latest/Connection-Strings
hi
You can try to using https://wetransfer.com/
hi zhongfang
I haven't received your project.
hi
MVC Page: https://docs.abp.io/en/abp/latest/UI/Angular/Authorization#authorization-code-flow
Angular Page: https://docs.abp.io/en/abp/latest/UI/Angular/Authorization#resource-owner-password-flow
hi
Are you calling your app service method from the authserver website?
Because this options set by auth server website
hi
https://support.abp.io/QA/Questions/6625/Create-user-access-token-JWT-Bearer-manually-on-openId--abp-8 https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z