Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4492 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
1112
1
sep. 23
6002
3
avg. 25
2676
1
maj 25
2677
1
apr. 25
3672