打开 关闭

New module solution #7093


User avatar
0
rcalv002 创建
  • 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 答案
  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    hi

    Create a new MODULE type solution on abp

    What are the parameters of the CLI new command?

  • User Avatar
    0
    rcalv002 创建

    Generated by ABP suite with new module solution wizard

  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    hi

    I checked. The module and module pro templates don't support changing the Theme.

  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    Also on the main login page the tenant selection input is missing, even though the solution by default is set to use MultiTenancy.

    What is the project?

  • User Avatar
    0
    rcalv002 创建

    Blazor.Server.Host is the startup project

    I have manually changed everything to leptonx in the module successfully, but the tenant missing issue is happening straight from module creation.

  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    Thanks. I will try it. You can also try opening the login page on Chrome in incognito mode.

  • User Avatar
    0
    rcalv002 创建

    Using "brave" and "edge" in incognito, same problem.

  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    Thanks

  • User Avatar
    0
    rcalv002 创建

    The issue is that this is missing in the file ProjectBlazorHostModule on the blazor.server.host project...

    Configure<AbpMultiTenancyOptions>(options =>
    {
        options.IsEnabled = MultiTenancyConsts.IsEnabled;
    });
    
  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    You're right. Thanks

  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    The ticket has been refunded. 👍

Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11