Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file-uploader.js:74 Uncaught TypeError: value.map is not a function #11

Open
gaurangpadhiyar007 opened this issue Jan 17, 2019 · 3 comments

Comments

@gaurangpadhiyar007
Copy link

file-uploader.js:74 Uncaught TypeError: value.map is not a function

giving error.
When open category edit admin panel.

@sjwebapp
Copy link

@gaurangpadhiyar007, Is this issue was resolved?

@gaurangpadhiyar007
Copy link
Author

@sjwebapp
No brother, it's not. Haven't heard from developer yet.

@pmathbliss
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants