TypeError: Object [object Object] has no "apply" method with Parse Cloud Code
Strange Parse Error:
Input: {}
Failed with: TypeError: Object [object Object] has no method 'apply'
at e (Parse.js:2:6486)
at Parse.js:2:5935
at Array.forEach (native)
at Object.x.each.x.forEach [as _arrayEach] (Parse.js:1:664)
at c.extend.resolve (Parse.js:2:5886)
at Parse.js:2:6565
at e (Parse.js:2:6486)
at Parse.js:2:5935
at Array.forEach (native)
at Object.x.each.x.forEach [as _arrayEach] (Parse.js:1:664)
As you can see, none of these lines are relevant to the code I wrote.
How can I start debugging this?
+3
source to share
No one has answered this question yet
Check out similar questions: