Skip to Content
मेन्यू
This question has been flagged
1 Reply
4851 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
फ़र॰ 24
1367
1
सित॰ 23
6743
5
सित॰ 25
22027
3
अग॰ 25
3193
1
मई 25
3079