Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5093 Prikazi
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
feb. 24
1508
1
sep. 23
7241
5
sep. 25
23146
3
avg. 25
3459
1
maj 25
3349