ok, You can share debug logs later. Thanks.
hi
Can you set the log level to Debug and share the full login process logs?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
liming.ma@volosoft.com
Thanks.
hi
What is your abp framework version?
Can you test with a new and latest template project?
Thanks.
hi
The Elsa Pro module doesn't contain any Entities
https://abp.io/docs/latest/modules/elsa-pro
Can you check the code of https://abp.io/docs/latest/samples/elsa-workflows-demo
Thanks.
hi
The design here is that we will try to resolve IGuidGenerator from the dependency injection container, and if not found, we will use SimpleGuidGenerator.Instance.
LazyServiceProvider.LazyGetService<IGuidGenerator>(SimpleGuidGenerator.Instance);
Normal applications will always find it in the container, which is SequentialGuidGenerator if your module depended on AbpGuidsModule.
Thanks.
hi
For reusable modules, you should add controllers to HttpApi, just like all ABP modules.
https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity
Thanks.
hi
You can try to add <PackageReference Include="IdentityModel" Version="7.0.0" /> after KubernetesClient.
We will update Studio templates in version 2.0.2
Thanks.