Open Closed

Not able to run any Blazor project #647


User avatar
0
kirtik created
  • ABP Framework version: v4.0.0
  • UI type: Blazor
  • Tiered (MVC) or Identity Server Seperated (Angular): no

I have tried to run the Blazor project in three different variations today. However with each project the swagger runs without problem but when the Blazor project is run i get all these errors in console.

I have not made any changes in code at all. Just running the plain vanilla application.

Also tried to run the BookStore-Blazor-EfCore and EventOrganizer from samples master, but same errors.

Am i missing some package ? Can you please provide pointers ?

Thanks


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

    hi

    Blazor is a front-end project, you need to run the Api.Host project first(localhost:44399)

  • User Avatar
    0
    kirtik created

    I am already running Swagger . I run API.Host first (Ctrl + F5) and then the Blazor Project (Ctrl + F5)

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Can I check it remotely?

    I can share a Zoom url. liming.ma@volosoft.com

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