i have error when adding file management module using abp suite. Please have give me direction to fix it Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v5.1.3
- UI type: / MVC /
- DB provider: EF Core /
- Tiered (MVC) or Identity Server Separated (Angular): / no
- Exception message and stack trace:n unhandled exception occurred while processing the request. AbpException: Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'! Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelper tagHelper, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)
- Steps to reproduce the issue:" - open abp suite then create new solution. then add module file management to solution. then run project and get error AbpException: Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Lepton.Global'!
3 Answer(s)
-
0
Hi @lethanhbinh1601,
I created a new MVC v5.1.3 project & added File Management module via Suite. But i couldn't reproduce the error.
Can you check what is changed in the
libs
folder after installing the module? -
0
i found out when i add file management module, the libs folder in wwwroot folder have been empty. i copied libs folder from other project it can run normal.
-
0
abp install-libs
command should had been run by Suite and create libs folder. If you see the libs folder is missing, you can run theabp install-libs
manually.