Open Closed

Blazor WebAssembly keeps loading and never show the interface #2147


User avatar
0
jhsanc created
  • ABP Framework version: v5.0.0-rc.1

  • UI type: Blazor WebAssembly

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Exception message and stack trace:

  • Blazor WebAssembly keeps loading and never show the interface.

  • API founds good and display swagger fast.

  • When stop application in Visual Studio display this message:

  • The program '[12524] iisexpress.exe' has exited with code 4294967295 (0xffffffff). The program '[18932] iisexpress.exe' has exited with code 4294967295 (0xffffffff). The program '' has exited with code 4294967295 (0xffffffff). The thread 0x0 has exited with code 0 (0x0). The program 'localhost:44307' has exited with code 4294967295 (0xffffffff). The program '' has exited with code 4294967295 (0xffffffff).

  • Steps to reproduce the issue:"

  • Create new blazor web assembly application with abp suite, select separate tenant and public web page with CMS.

  • Run application and not load.

Thank you,


6 Answer(s)
  • User Avatar
    0
    jhsanc created

    Sometimes output window in VS display this message:

    Failed to load resource: net::ERR_NAME_NOT_RESOLVED [https://dc.services.visualstudio.com/v2/track]

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    HI,

    I will check it out.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry I can't reproduce the problem

    .

    Can you try use dotnet run command to start the Blazor project?

  • User Avatar
    0
    jhsanc created

    Hi,

    Sorry I can't reproduce the problem

    .

    Can you try use dotnet run command to start the Blazor project?

    Hello, now I know how reproduce the problem. If you put a single name with the project then this not run. For example: Company.Cars found. But if your project name is Cars then not run.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    But if your project name is Cars then not run.

    Still can't reproduce your problemk, can you share the console tab logs of developer tools?

  • User Avatar
    0
    jhsanc created

    Maybe was a issue in my environment, thank you for your help. I closed this ticket.

    Thank you,

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