-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Milestone
Description
When starting Meteor on the develop branch, I am getting an error:
Error: Server is required
at getErrorObject (packages/aldeed:collection2/collection2.js:369:1)
at [object Object].doValidate (packages/aldeed:collection2/collection2.js:352:1)
at [object Object].Mongo.Collection.(anonymous function) [as insert] (packages/aldeed:collection2/collection2.js:154:1)
at app/server/methods/apiBackends.js:15:23
at Array.forEach (native)
at Function._.each._.forEach (packages/underscore/underscore.js:105:1)
at [object Object].Meteor.methods.syncApiBackends (app/server/methods/apiBackends.js:9:9)
at maybeAuditArgumentChecks (packages/ddp/livedata_server.js:1617:1)
at packages/ddp/livedata_server.js:1530:1
at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
The error seems to be related to the server/methods/apiBackends.js:15:23, which is the syncApiBackends method.
SyncedCron produces the same error, when I comment out the initial Meteor.call("syncApiBackends") in startup.js:16:
Exception "Sync API Umbrella Users and API Backends" Error: Server is required
Reactions are currently unavailable