cancel
Showing results for 
Search instead for 
Did you mean: 

js-translation.json 404

js-translation.json 404

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.

2 REPLIES 2

Re: js-translation.json 404

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
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: js-translation.json 404

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!