- ABP Framework version: v8.1.1
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Create a new MODULE type solution on abp. The resulting solution does not seem to use LeptonX. Why? Also on the main login page the tenant selection input is missing, even though the solution by default is set to use MultiTenancy. Why is this missing?
11 Answer(s)
-
0
hi
Create a new MODULE type solution on abp
What are the parameters of the
CLI new
command? -
0
Generated by ABP suite with new module solution wizard
-
0
hi
I checked. The module and module pro templates don't support changing the Theme.
-
0
-
0
-
0
Thanks. I will try it. You can also try opening the login page on Chrome in incognito mode.
-
0
Using "brave" and "edge" in incognito, same problem.
-
0
Thanks
-
0
The issue is that this is missing in the file ProjectBlazorHostModule on the blazor.server.host project...
Configure<AbpMultiTenancyOptions>(options => { options.IsEnabled = MultiTenancyConsts.IsEnabled; });
-
0
You're right. Thanks
-
0
The ticket has been refunded. 👍