Open Closed

After upgrading 2.3.0 to 2.4.0 #89


User avatar
0
rajasekhard2015 created

Volo.Abp.AbpException: Could not find the bundle file '/libs/abp/utils/abp-utils.umd.min.js' from IWebContentFileProvider at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(TagHelperContext context, TagHelperOutput output, List1 bundleItems, String bundleName) at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpBundleTagHelperService1.ProcessAsync(TagHelperContext context, TagHelperOutput output) at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count)


5 Answer(s)
  • User Avatar
    0
    geffzhang created

    I upgrate 2.2.1 to 2.4

    PS C:\workshop\abpsuite\Volo.Abp.Sms.Twilio> abp suite [16:21:39 INF] ABP CLI (https://abp.io) [16:21:40 INF] Version 2.4.0 (Stable channel) Starting Suite v2.4.0.0 ... Opening http://localhost:3000 Press Ctrl+C to shut down. Error occured while getting the NuGet version from https://abp.io/api/download/module/get-nuget-version/ : Remote server returns '404-Not Found'. Error occured while downloading source-code from https://abp.io/api/download/module/ : Remote server returns '500-Internal Server Error'. [16:22:09 ERR] Error occured while getting the source code for Volo.Abp.Sms.Twilio v2.4.0 - System.Exception: Remote server returns '500-Internal Server Error'. at Volo.Abp.Cli.ProjectBuilding.RemoteServiceExceptionHandler.EnsureSuccessfulHttpResponseAsync(HttpResponseMessage responseMessage) in D:\Github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\RemoteServiceExceptionHandler.cs:line 44 at Volo.Abp.Cli.ProjectBuilding.AbpIoSourceCodeStore.DownloadSourceCodeContentAsync(SourceCodeDownloadInputDto input) in D:\Github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\AbpIoSourceCodeStore.cs:line 210 at Volo.Abp.Cli.ProjectBuilding.AbpIoSourceCodeStore.GetAsync(String name, String type, String version, String templateSource) in D:\Github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\AbpIoSourceCodeStore.cs:line 98 at Volo.Abp.Cli.ProjectBuilding.ModuleProjectBuilder.BuildAsync(ProjectBuildArgs args) in D:\Github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\ModuleProjectBuilder.cs:line 48 at Volo.Abp.Cli.Commands.Services.SourceCodeDownloadService.DownloadAsync(String moduleName, String outputFolder, String version, String gitHubLocalRepositoryPath, AbpCommandLineOptions options) in D:\Github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\Services\SourceCodeDownloadService.cs:line 34 at Volo.Abp.Cli.Commands.GetSourceCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\Github\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\GetSourceCommand.cs:line 59 at Volo.Abp.Suite.Controllers.AbpSuiteController.GetSourceAsync(GetSourceInput input)

  • User Avatar
    0
    talhazengin created

    Same issue Volo.Abp.AbpException: Could not find the bundle file '/libs/abp/utils/abp-utils.umd.min.js' from IWebContentFileProvider in Separated Identity Server

  • User Avatar
    0
    trendline created

    Same issue when dubug from a module startup template, AbpException: Could not find the bundle file '/libs/flag-icon-css/css/flag-icon.min.css' from IWebContentFileProvider

  • User Avatar
    0
    hikalkan created
    Support Team Software Architect
    • Check package.json, it should have using @volo/abp.aspnetcore.mvc.ui.theme.lepton 2.4.0

    • Run yarn on the command line (in the folder containing your web project)

    • Run gulp

    This will restore missing files.

  • User Avatar
    0
    trendline created

    @hikalkan, thanks, follow your suggestions, it be fixed.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on August 28, 2025, 08:29