Starts in:
1 DAY
2 HRS
30 MIN
59 SEC
Starts in:
1 D
2 H
30 M
59 S
Open Closed

Why blazor-webapp command not create Host Project? #8321


User avatar
0
maria_ruiz created
  • ABP Framework version: v8.3.2
  • Database System: EF Core (SQL Server)

Why the command abp new BookStore -t app -u blazor-webapp does not create a Host project?


3 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    If you want to create a tiered project, you can try

    abp new BookStore -t app -u blazor-webapp --tiered

  • User Avatar
    0
    maria_ruiz created

    The problem is that if is tiered is created the projects of blazor, blazor.client, host y auth sever.

    the authserver is separated from the host,

    What we were looking for is not to use --tiered, I want to know why the host disappears,

    now blazor is the host?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    now blazor is the host?

    yes, it is. the new Blazor web app mixed Blazor and Host.

    if you want , you can use webassembly. abp new BookStore -t app -u blazor

Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06