experius / Magento-2-Module-Experius-MissingTranslations

Collect missing translations in specified folder or the entire Magento 2 Root
Open Software License 3.0
52 stars 13 forks source link

A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later. #14

Open cstergianos opened 5 years ago

cstergianos commented 5 years ago

I am getting the following error when trying to add a new translation. Here you can find a screencast of what I am experiencing. Any ideas?

SCREENCAST

ilnytskyi commented 5 years ago

there is problem with admin route vendor/experius/module-missingtranslations/view/adminhtml/web/js/action/locale.js:13 urlBuilder.build("/experius_missingtranslations/ajax/phrases/locale/"+localeCode); it actually requests front controller, not admin. {base_url}/experius_missingtranslations

Temporary solution is to create front route experius_missingtranslations and points it to your module then extend Experius\MissingTranslations\Controller\Adminhtml\Ajax\Phrases with empty class Your_Module/Controller/Ajax/Phrases.php. Add ACL rule verification as option.

nervusdm commented 5 years ago

That's not a temporrary solution. That's a fail.