Hello,
I run MC v2.2 and when I try to add a product I get the spinning wheel & I have this error 404:
pub/static/version1518625715/adminhtml/Magento/backend/en_US/js-translation.json 404
Any ideas? This file should be generated...
Thank you.
If you have multiple language installed in your system,
run deployment command with multiple languages as spaces,
php bin/magento setup:static-content:deploy [lang_code] [lang_code]
Ex. you have english and french store run below command,
php bin/magento setup:static-content:deploy en_US fr_FR
Hello @picarda
use this command
bin/magento setup:static-content:deploy --theme=Vendor/Theme en_US -f
it will created js-translation.json
and will solve your problem
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!