Hello,
I'm trying to access my theme translation in the back office
but when i hit edit the page is not properly loaded
when i checked my browser console i see this error
Uncaught (in promise) TypeError: Cannot read property 'tree' of undefined at e.<anonymous> (translations.bundle.js?1.7.6.4:145) at translations.bundle.js?1.7.6.4:195 at translations.bundle.js?1.7.6.4:200 at Array.forEach (<anonymous>) at translations.bundle.js?1.7.6.4:200 at e.N._withCommit (translations.bundle.js?1.7.6.4:200) at e.N.commit (translations.bundle.js?1.7.6.4:200) at commit (translations.bundle.js?1.7.6.4:200) at translations.bundle.js?1.7.6.4:121
I'm using Prestashop 1.7.6.4 with PHP 7.3.27, i searched for information about this i didn't really find anything useful, i found something about files permissions but when i tried changing the translation folders and files permissions nothing changed same error, i found also something about PHP version tried changing from 7.3 to 7.2 but that didn't work either.
Any idea on how can i solve this please ?