Skip to content

Exception "Sync API Umbrella Users and API Backends" Error: Server is required #346

@brylie

Description

@brylie

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions