Open Closed

AuthServer and Blazor Project builds hang #4542


User avatar
0
john@johnfuqua.com created
  • ABP Framework version: v7.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • **Tiered (MVC) or
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Build just hangs for AuthServer and Blazor projects

10 Answer(s)
  • User Avatar
    0
    john@johnfuqua.com created

  • User Avatar
    0
    john@johnfuqua.com created

    You guys have an issue with the LeptonX packages again. I created different types of projects and they all built except when I added the LeptonX theme. And to be honest, I'm really disapointed...I had a demo with a client today and I could not run it. I thought I had messed up some configuration. Customer was not happy, neither am I.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I could not reproduce the problem, can you share the full steps to reproduce it?

  • User Avatar
    0
    john@johnfuqua.com created

    Give me a few minutes I'm going to do it via CLI and post the steps...prior I was using Suite.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Ok,

    Waiting for you

  • User Avatar
    0
    john@johnfuqua.com created

  • User Avatar
    0
    john@johnfuqua.com created

    I swapped out the reference to LeptonX with <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton" Version="7.0.1" />

    ...and made the code changes to support the older theme and it built.

  • User Avatar
    0
    john@johnfuqua.com created

    I tested everything again creating a project without using LeptonX and it works just fine and created new solution with LeptonX and all of those projects that have Nuget references hang. There is something wrong with this nuget package/repository.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    The build task was canceled.

    I guess the problem is related to your local environment.

    Some possible solutions:

    • Try it on another computer
    • Use dotnet build --verbosity diagnostic command to see detailed output
    • Remove your local volo.abp.aspnetcore.mvc.ui.theme.leptonx package cache.
  • User Avatar
    0
    john@johnfuqua.com created

    dotnet nuget locals all --clear

    Fixed my problem.

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