hi
Can you try to:
dotnet tool install -g volo.abp.studio.cli
abp get-source Volo.Abp.LeptonXTheme
or abp get-source Volo.Abp.LeptonXTheme --version 4.2.1
Thanks.
hi
You can add a Razor page to let users create a new tenant.
You can inject ITenantAppService
or ITenantRepository/ITenantManager
in your new page.
Thanks.
ok, no problem.
hi
Currently, LeptonX only supports two layouts: Top and Side.
Thanks.
The bot will close inactive questions, but you can reopen them at any time.
hi
Can you remove app.UseAbpSecurityHeaders();
from all of your apps?
Open your solution in VS Code.
Global search app.UseAbpSecurityHeaders();
in all *.cs
files and replace with //app.UseAbpSecurityHeaders();
Thanks.
ok, I will check it asap.
Thanks.
hi
Can you share your test app via https://wetransfer.com/?
liming.ma@volosoft.com
Thanks
hi
Can you check these two links? They have explained your question.
https://abp.io/docs/latest/framework/fundamentals/connection-strings https://abp.io/community/articles/multitenancy-with-separate-databases-in-dotnet-and-abp-51nvl4u9#gsc.tab=0
Thanks.