0๐
โ
I faced the same issue in my project!
The problem was related to my weback.prod.conf.js file.
Try to add this info to your "output" attribue in your webpack conf file :
publicPath: โ/โ
you should have something like this :
output: {
publicPath: '/'
}
Source:stackexchange.com