- 🇮🇳India nikhil_110
I also faced the same problem so I added
if (!str_starts_with($filepath, $dir) && !empty($filepath)) {
in locale_js_translate function in local.module file at line number 528.check !empty($filepath) value
After added this, it work again.