Activities of "maliming"

HI

Can you write some code in Program class to confirm the environment?

hi

https://docs.abp.io/en/abp/latest/Multi-Tenancy#determining-the-current-tenant

hi

Please share the full logs.

hi Add ServiceLifetime.Scoped to DependencyAttribute.

[Dependency(ServiceLifetime.Scoped, ReplaceServices = true)]
[ExposeServices(typeof(AbpSignInManager), typeof(SignInManager<Volo.Abp.Identity.IdentityUser>))]
public class LitmusSignInManager : AbpSignInManager

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

  • √ Separate DB per tenant needed
  • √ Host related tables only in the default host database and not in each tenant DB

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.

Showing 10841 to 10850 of 12097 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.3.0-preview. Updated on March 06, 2026, 09:11
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.