Open Closed

Exception After Upgrading to V5.2.0 #2895


User avatar
0
sukhdeep.dhillon created
  • ABP Framework version: v5.2.0
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

After upgrading to V5.2.0, getting the following error:

To solve the issue, I tried to run abp install-libs command under Blazor project, then get the following error


3 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Hi, I guess you have libs\flag-icon-css\css\flag-icon.min.css file instead of libs\flag-icon-css\css\flag-icons.min.css (filename should be plural). So please rename it and then re-run the application.

  • User Avatar
    0
    sukhdeep.dhillon created

    yes it worked, thank you very much.

    but I don't understand how come it get changed after the upgrade.

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    yes it worked, thank you very much.

    but I don't understand how come it get changed after the upgrade.

    There was a bundling problem in the previous release and we suggested renaming the flag-icons.min.css as flag-icon.min.css, and with the stable version, we've fixed this bundling problem. So we had to revert this change to the stable version.

    Sorry for the misunderstanding. I close the question since your problem is resolved. Best Regards.

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