Could it have anything to do with redis?
Yes, 127.0.0.1 is used as the Redis server. If you didn't run the server on 127.0.0.1 there is will be a problem.
hi
On the separate Identity server project, I attempted to override the AccountProfilePersonalInfoManagementGroupViewComponent by:
Can you share the project? liming.ma@volosoft.com
hi
Can you share your appsettings.json?
hi
You can add a new setting or use one filed to store two values.
https://docs.abp.io/en/commercial/latest/modules/account/ldap
hi
You can replace the PermissionManagementModal
https://github.com/abpframework/abp/pull/9963
hi
The connection string name of identity server module is AbpIdentityServer, you are using the IdentityServer
hi
Can you share your website URL? liming.ma@volosoft.com I will test it in IE.
hi
Try AbpIdentityServer
"ConnectionStrings": {
"Default": "Host=test;Port=5432;Database=test1;User ID=postgres;Password=****;",
"AbpIdentityServer":"Host=test;Port=5432;Database=idstest1;User ID=postgres;Password=****;"
},
ok. : )