Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.
This repository was archived by the owner on Mar 14, 2019. It is now read-only.

Get error on Meteor Production deploy ($ meteor build....) #1040

@thearabbit

Description

@thearabbit

I work fine on Development mode.
And then I tried meteor build .... to Product mode.
But get error

SA GridFS - ERROR! { [MongoError: error processing query: ns=dental.cfs_gridfs._tempstore.chunksTree: $and
    files_id == ObjectId('5bd3dfa0c73ef4e12eeed15f')
    n $gte 0
Sort: { files_id: 1, n: 1 }
Proj: {}
 No query solutions]
  name: 'MongoError',
  ok: 0,
  errmsg: 'error processing query: ns=dental.cfs_gridfs._tempstore.chunksTree: $and\n    files_id == ObjectId(\'5bd3dfa0c73ef4e12eeed15f\')\n    n $gte 0\nSort: { files_id: 1, n: 1 }\nProj: {}\n No query solutions',
  code: 2,
  codeName: 'BadValue' }
/Users/theara/Desktop/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/lib/mongodb/connection/base.js:246
        throw message;

My config collection

Files = new FS.Collection("files", {
    stores: [new FS.Store.GridFS("filesStore", {})]
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions