mongodb - STDERR Meteor app crash with exit 8 after adding new collection (now just crashing repeatedly?) -
hello world: first stackoverflow question. after searching through other questions , meteor documentation can't seem figure 1 out. i'm working clone of scotch.io meteor-polling app, , wanted add new mongo collection, started throwing errors(stderrs no messages) when tried run app included. so, removed references collection: code same when working 1 collection, , i'm still getting errors. puzzled. tried meteor reset , update no avail.
here's repo: https://github.com/abraxasrex/meteor-polling
the code starting giving errors current master.
i'm debugging either insertion of collection or adding votes=[] newpoll in client/components/poll-form.js(?)
the error logs mention msavin:mongol.
typeerror: property 'undefined' of object [object object] not function @ package (packages/meteortoys_toykit/packages/meteortoys_toykit.js:290:1)
if remove you'll have app working again.
Comments
Post a Comment