Open Closed

Critical error in ABP SUITE while updating to 8.0.0 r.c-1 #6206


User avatar
1
rafael.gonzales created
  • ABP Framework version: v8.0.0.rc-1
  • UI Type: Angular / MVC / Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

After upgrading or installing to 8.0.0.rc-1, you can't open ABP Suite, it generates a lot of error


9 Answer(s)
  • User Avatar
    0
    rafael.gonzales created

    For all the people who are having trouble with this, I found a workaround fix until we get an official response.

    Copy the folder C:\Users\XXXX.dotnet\tools.store\volo.abp.suite\8.0.0-rc.1\volo.abp.suite\8.0.0-rc.1\staticwebassets

    To C:\Users\XXXX.dotnet\tools.store\volo.abp.suite\8.0.0-rc.1\volo.abp.suite\8.0.0-rc.1\tools\net8.0\any

    and rename it to wwwroot

  • User Avatar
    0
    rafael.gonzales created

    It makes the ABP Suite load again but It keeps throwing errors.

    It seems that it's trying to match the version "8.0.0-rc.1+71f937d34fb418ca45d8999261f44164b1a77ef2" instead of "8.0.0-rc.1"

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    This is an RC version, it may have some problems, We will fix this.

    Your question credits refunded. Thank you.

  • User Avatar
    0
    rafael.gonzales created

    Thanks maliming! I will do my best to help debug the RC!

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Many thanks.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, we have fixed the libs folder problem in the ABP Suite. You should do the following steps:

    • uninstall the tool (dotnet tool uninstall -g Volo.Abp.Suite)
    • clear the NuGet cache (dotnet nuget locals all --clear) - this is not required but to ensure it's good to clear the cache -
    • then install the suite with v8.0.0-rc.1 (abp suite install --preview or abp suite update --preview (if you haven't upgraded before))

    When you do the steps above, the libs folder problem will be resolved but the license problem will continue, and we are currently working on it, I will inform you, when it's fixed.

    Regards.

  • User Avatar
    0
    edelivery created

    I've got this error when create microservice solution in abp suite preview 8.0.0-rc.1

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    I've got this error when create microservice solution in abp suite preview 8.0.0-rc.1

    Hi, you need to re-install the ABP Suite, as described here. Then, you should be able to create the microservice solution template:

  • User Avatar
    0
    edelivery created

    Thanks, I can make it

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