hi
Can you try to use the userName
?
userName: "Arun"
hi kaustubh
Have you changed anything of the themes or CSS? Can we reproduce this in the default project?
so the user to login need to know the username, password and tenant name, right?
Yes, Usually we need to know the current tenant.
How can I have 1 identityserver with one DB, and then have 1 API(sales for example) using multiple databases for each tenant?
identityserver should also support multi-tenancy. Just like the default template.
hi
Each tenant needs to two separate databases accessible within one module.
Not supported by default, maybe you can try to customize MultiTenantConnectionStringResolver service.
How would we implement the ability for a tenant to be able to query between two tenant specific databases specific to them?
The connection string will automatically change When the tenant changes. https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
hi
Can you try to remove these?
The custom.css
file should be added in virtual file system.
<ItemGroup>
<Content Remove="wwwroot\styles\custom.css" />
<Content Remove="wwwroot\styles\lepton1.min.css" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\assets\fonts\poppins-v6-latin-100.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-200.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-300.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-600.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-600italic.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-700.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-700italic.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-italic.woff2" />
<None Include="wwwroot\assets\fonts\poppins-v6-latin-regular.woff2" />
<None Include="wwwroot\styles\custom.css" />
</ItemGroup>
hi
I think these are related to EF Core. You can use the repository to query data.
hi
Please check the wwwroot folder to confirm the css file exists.
Also share your Web.csproj file.
You can change the ASPNETCORE_ENVIRONMENT
to Production
to test your app locally .
I'm trying to associate a tenant with a user
hi
Such a design is currently not supported.
hi
https://docs.abp.io/en/commercial/latest/modules/account/ldap