Skip to Content
Menu
This question has been flagged
1 Reply
4502 Views
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Discard
Best Answer

Hi,

There's a '/' missing before the module name.

Change the code in manifest to:

'assets': { 
'web.report_assets_common': [ 
'/error_manager/static/src/js/error_manager.js',
],
}

Regards

Avatar
Discard
Related Posts Replies Views Activity
0
Feb 24
1112
1
Sep 23
6036
3
Aug 25
2698
1
May 25
2687
1
Apr 25
3674