I try to upload my METEOR project to zeit and I get
502 An error occured with your deployment.
then I run now logs and get the following error
/usr/src/app/bundle/programs/server/node_modules/fibers/future.js:280 throw(ex);
TypeError: Object.getOwnPropertyDescriptors is not a function
at insert (packages/mongo/collection.js:435:12)
at updateVersions (packages/autoupdate.js:125:20)
at packages/autoupdate.js:189:3
at Function.time (/usr/src/app/bundle/programs/server/profile.js:309:28)
at /usr/src/app/bundle/programs/server/boot.js:423:13
at /usr/src/app/bundle/programs/server/boot.js:464:5
at Function.run (/usr/src/app/bundle/programs/server/profile.js:510:12)
at /usr/src/app/bundle/programs/server/boot.js:462:11
What could be wrong?
Error traced to commit: mongo 1.3.1 changes
See issue created: Meteor Issue 9470