You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this happen with a custom module using the fileUploader. I had to modify my string of the file name in as an array of arrays. The map expects an object and your are probably sending a string.
It has to do with the frontend model or backend model not being updated on the image attribute.
file-uploader.js:74 Uncaught TypeError: value.map is not a function
giving error.
When open category edit admin panel.
The text was updated successfully, but these errors were encountered: