hi
Can you share your code of MongoDBMigrationEventHandlerBase, PendingMongoDbMigrationsChecker and PendingMongoDBMigrationsCheckerBase
?
and you can check the https://github.com/abpframework/abp/issues/17946#issuecomment-1782180774
hi
Undefined feature: LeptonManagement.Enable
Can you test your code with a brand new database and redis?
hi
You need to enable IsDynamicPermissionStoreEnabled & SaveStaticPermissionsToDatabase
in every project.
hi
Have you enabled the Dynamic Permission feature?
https://abp.io/support/questions/5671/Generate-Permission-Automatically-from-external-service#answer-3a0d4bfb-8d49-dcad-8e23-50b633870090
Sorry this option is available on 8.2
https://github.com/abpframework/abp/pull/19133
You can try this: https://abp.io/support/questions/6741/Exception-in-OpenIdDict-TokenCleanupBackgroundWorker-with-Oracle-Devart-Driver-Transaction-isolation-level-RepeatableRead-not-supported#answer-3a10f6b7-4213-43ee-ed36-b567c77fc084
hi
You'd better do it the standard way, or you might have problems with microservices.
hi
the ClientProxyApiDescriptionFinder property of the class which is coming as null
Have you depended on the AbpHttpClientModule
?
[DependsOn(typeof(AbpHttpClientModule))]
If you can share a project, we will confirm the problem as soon as possible. : )
hi
You can use IPermissionDefinitionManager
to get all permission definitions
.
hi
I will ask our angular team.