跳至内容
菜单
此问题已终结
1 回复
5127 查看
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
0
2月 24
1512
1
9月 23
7270
5
9月 25
23202
3
8月 25
3470
1
5月 25
3352