Activities of "maliming"

hi

Which theme do you want to use?

Lepton or LeptonX?

The MainMenuProvider exists on Letpon and LeptonX at same time. This is your problem

hi

how about picking the connection string key at run time like "AbpIdentityServer_<<TENANTNAME>>"

If you don't want to use Database Connection Strings

You can override and replace the MultiTenantConnectionStringResolver service.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/MultiTenantConnectionStringResolver.cs#L27-L82

https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.MultiTenancy.Tests/Volo/Abp/Data/MultiTenancy/MultiTenantConnectionStringResolver_Tests.cs

hi


IPermissionStore PermissionStore;

var result = await PermissionStore.IsGrantedAsync(permissionName, RolePermissionValueProvider.ProviderName, roleName);

ok, I will check it.

hi

You must set the tenant connection string under the Database Connection Strings modal.

The ProductService can't use SQL server and MongoDB at the same time. eg: Host and tenants can use different SQL server connection strings. but can't use MongoDB.

The values are stored in the SaasTenantConnectionStrings table of the host database.

hi

You can configure the AbpDbConnectionOptions to add your connection string name. Then you can change it in the Database Connection Strings modal.

https://abp.io/docs/latest/framework/fundamentals/connection-strings#configuring-the-database-structures

hi

Can you check the swagger html page? Maybe it loaded some javascript files multiple times.

: )

hi

You can set a different connection string for each microservice. but you can't set two connection strings for one microserve.

ok. I will ask our angular team.

Showing 2111 to 2120 of 10652 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20