- ABP Framework version: v4.3.0
- UI type:MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- An unhandled exception occurred while processing the request. AbpException: Could not find the bundle file '/libs/signalr/browser/signalr.js' for the bundle 'Lepton.Global'! Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(ViewContext viewContext, TagHelperContext context, TagHelperOutput output, List<BundleTagHelperItem> bundleItems, string bundleName)
- Steps to reproduce the issue: When I added chat Module, this error appears, How to fixed this error.
7 Answer(s)
-
0
Can you try run the
yarn & gulp
command in the.MVC
folder. -
0
This question has been automatically marked as stale because it has not had recent activity.
-
0
I have the same issue with the same configurations : ABP Commercial Framework version: v4.4.0 When I added chat Module with abp suite, this error appears.
-
0
@k.hilarion
Please provide more stpes. thanks.
-
0
I got this error when I added the chat module with abp suite :
AbpException: Could not find the bundle file '/libs/signalr/browser/signalr.js' for the bundle 'Lepton.Global'!
ABP Framework version: v4.4.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no
I have already ran yarn & gulp command in the .web folder but i still have the same error.
-
0
Hi,
It works for me, you can try open the
package.json
file and add"@volo/chat": "4.4.0"
manually. then run theabp install-libs
command. -
0
After performing a manual addition as you indicated, it works. Thanks for the promptness.