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


i've already add assets in manifest

Portretas
Atmesti
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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
vas. 24
990
1
rugs. 23
5650
1
geg. 25
2437
1
bal. 25
3458
1
bal. 25
4276