Hamza92 Posted July 22, 2017 Share Posted July 22, 2017 Hello, I'm currently facing js issues with dropzone one the main.bundle.js file when I want to add new product. The issue exist only when I chose arabic language. The exact issue : I cannot drop any picture for my product using the drag n drop feature. And I cannot add picture using the option "or select files". I have inspected if any error occured using Google Chrome. There is 2 js errors : "No url provided" error triggered by DropZone. I correct this error using an ugly hack : editing the main.bundle.js, I set the Dropzone.autoDiscover value to false at line 25436. But the problem still persist maybe because of this js error : main.bundle.js:54308 Uncaught TypeError: Cannot read property 'toUpperCase' of undefined at vendorPropName (main.bundle.js:54308) Please can you provide a bug fix update to clear this bug ? Thanks a lot. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now