Skip to content

Instantly share code, notes, and snippets.

@rtacconi
Created December 9, 2012 08:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rtacconi/4243896 to your computer and use it in GitHub Desktop.
meteor update error
Exception while simulating the effect of invoking '/documents/update'
Error
Error: can't append to array using string field name [$]
at Error (<anonymous>)
at Function.LocalCollection._findModTarget (http://localhost:3000/packages/minimongo/modify.js?e7f02f0df0bff9f0b97236f9548637b7ede1ac74:90:15)
at Function.LocalCollection._modify (http://localhost:3000/packages/minimongo/modify.js?e7f02f0df0bff9f0b97236f9548637b7ede1ac74:50:38)
at LocalCollection._modifyAndNotify (http://localhost:3000/packages/minimongo/minimongo.js?d21efb753206850b6ada27b1fc327307eb2f2b9c:428:19)
at LocalCollection.update (http://localhost:3000/packages/minimongo/minimongo.js?d21efb753206850b6ada27b1fc327307eb2f2b9c:394:12)
at m.(anonymous function) (http://localhost:3000/packages/mongo-livedata/collection.js?2240f86c7b1195971d25f481e4a6c31da43bc0c1:378:36)
at http://localhost:3000/packages/livedata/livedata_connection.js?ff27a501d94ef196d150a04e346edbcbdcccdb1a:537:25
at _.extend.withValue (http://localhost:3000/packages/meteor/dynamics_browser.js?46b8d1f1158040fcc2beb7906ec2f932871a398d:21:19)
at _.extend.apply (http://localhost:3000/packages/livedata/livedata_connection.js?ff27a501d94ef196d150a04e346edbcbdcccdb1a:536:47)
at Meteor.Collection.(anonymous function) [as update] (http://localhost:3000/packages/mongo-livedata/collection.js?2240f86c7b1195971d25f481e4a6c31da43bc0c1:229:23) logging.js:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment