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
Exception while invoking method 'sumarProducto' { stack: 'TypeError: Object [object Object] has no method \'track\'\n at [object Object].Meteor.methods.actualizarStock (server/metodosCarritoUsuario.js:121:15)\n at [object Object].methodMap.(anonymous function) (packages/meteorhacks_kadira/lib/hijack/wrap_session.js:164:1)\n at maybeAuditArgumentChecks (livedata_server.js:1698:12)\n at livedata_server.js:1611:18\n at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)\n at [object Object]._.extend.apply (livedata_server.js:1610:45)\n at [object Object]._.extend.call (livedata_server.js:1553:17)\n at [object Object].Meteor.methods.sumarProducto (server/metodosCarritoUsuario.js:59:10)\n at [object Object].methodMap.(anonymous function) (packages/meteorhacks_kadira/lib/hijack/wrap_session.js:164:1)\n at maybeAuditArgumentChecks (livedata_server.js:1698:12)',
Is there anything I'm doing wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I would like to know if anyone has been able to use this amazing package on the server, I already tried running it using two different calls:
and
but with both of them I get the same error:
Exception while invoking method 'sumarProducto' { stack: 'TypeError: Object [object Object] has no method \'track\'\n at [object Object].Meteor.methods.actualizarStock (server/metodosCarritoUsuario.js:121:15)\n at [object Object].methodMap.(anonymous function) (packages/meteorhacks_kadira/lib/hijack/wrap_session.js:164:1)\n at maybeAuditArgumentChecks (livedata_server.js:1698:12)\n at livedata_server.js:1611:18\n at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)\n at [object Object]._.extend.apply (livedata_server.js:1610:45)\n at [object Object]._.extend.call (livedata_server.js:1553:17)\n at [object Object].Meteor.methods.sumarProducto (server/metodosCarritoUsuario.js:59:10)\n at [object Object].methodMap.(anonymous function) (packages/meteorhacks_kadira/lib/hijack/wrap_session.js:164:1)\n at maybeAuditArgumentChecks (livedata_server.js:1698:12)',
Is there anything I'm doing wrong?
Thanks in advance.
The text was updated successfully, but these errors were encountered: