need to upload files using GridFS.

as soon as it appears in libs:

var imageStore = new FS.Store.GridFS("images"); Images = new FS.Collection("images", { stores: [imageStore] }); 

the project goes through the Building for web stage and just hangs, no errors, all logs are empty

cfs: gridfs cfs: standard-packages packages are used

  • This package is no longer supported. It is likely that he no longer works with new versions of the meteor. - Igor Golovin

0