跳至内容
菜单
此问题已终结
1 回复
4308 查看
'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
985
1
9月 23
5637
1
5月 25
2418
1
4月 25
3438
1
4月 25
4256