hi
Please try to inject ITenantStore
and ITenantRepository
and call GetListAsync
method to see tenants in your Index page..
Also enable the debug log of EF Core to see the sql querys.
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
hi
Can you share the whole project?
I need to build and run it.
Thanks.
<ProjectReference Include="..\NDWC.Application\NDWC.Application.csproj" />
<ProjectReference Include="..\NDWC.HttpApi\NDWC.HttpApi.csproj" />
<ProjectReference Include="..\NDWC.EntityFrameworkCore.DbMigrations\NDWC.EntityFrameworkCore.DbMigrations.csproj" />
hi
Can you share your project source code?
liming.ma@volosoft.com
Thanks.
hi
ABP 8.0 has the LDAP External Login Provider
feature.
https://abp.io/docs/commercial/8.0/modules/identity/ldap
hi
Please remove the string
from input if you don't want to set connection string.
Try this:
{
"name": "TestingTenant",
"editionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"activationState": 0,
"activationEndDate": "2025-06-09T04:25:34.834Z",
"editionEndDateUtc": "2025-06-09T04:25:34.834Z",
"adminEmailAddress": "TestingTenant@gmail.com",
"adminPassword": "Satya@123"
}
hi
Please enable the debug logs and share the logs for your slow HTTP request..
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.