hi
SetForCurrentTenantAsync will store your setting value(image url) for current tenant. You can check the AbpSettings table to check the values.
Then, you need to retrieve the setting value on your Page.
Can you share more details about your page(Background image and logo)?
Thanks.
Thanks. The AbpSolution3.AdministrationService migration was successful.
Can you check the logs of AbpSolution3.IdentityService
AdministrationService will initialize the Infrastructure database, the IdentityService will create the OpenIddictApplications
Thanks again.
hi
Please try to inject ITenantStore and ITenantRepository and call GetListAsync method to see tenants in your Index page..
Can you try that?
Thanks.
hi
The logs you shared are not complete. please share full exception logs.
Thanks.
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.