I created a multiple image uploader in magento2 everything was working fine but after some days it is giving this error
Uncaught ReferenceError: byteConvert is not defined
I don't know whats the issue. Kinldy help thanks in advance
I created a multiple image uploader in magento2 everything was working fine but after some days it is giving this error
Uncaught ReferenceError: byteConvert is not defined
I don't know whats the issue. Kinldy help thanks in advance
byteConvert is a one of function from varien/js.js library
This library loads via backend theme vendor/magento/theme-adminhtml-backend/etc/view.xml
<item type="file">Lib::varien/js.js</item> You need to check why this library doesn't load on your backend page and solve the issue.
lib/web/legacy-build.min.js. Is this file contains byteConvert function? Is this file loads in admin?