CollectionFS & 1.4

FYI:
I was testing image uploading on Meteor 1.4…examples right from gtihub repository.

I tried both the LocalStore and GridFS… neither would work. Exact same code base with METEOR@1.3.4.1 – worked flawlessy.

One error:
I20160728-11:26:52.491(-4)? Exception in callback of async function: TypeError: Cannot read property ‘length’ of null
I20160728-11:26:52.550(-4)? at writeOrBuffer (_stream_writable.js:267:41)
I20160728-11:26:52.551(-4)? at WriteStream.Writable.write (_stream_writable.js:214:11)
I20160728-11:26:52.551(-4)? at packages/jalik:ufs/ufs-server.js:92:16
I20160728-11:26:52.551(-4)? at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)
I20160728-11:28:54.724(-4)? Exception in callback of async function: TypeError: Cannot read property ‘length’ of null
I20160728-11:28:54.725(-4)? at writeOrBuffer (_stream_writable.js:267:41)
I20160728-11:28:54.726(-4)? at WriteStream.Writable.write (_stream_writable.js:214:11)
I20160728-11:28:54.726(-4)? at packages/jalik:ufs/ufs-server.js:92:16
I20160728-11:28:54.726(-4)? at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)

He just fixed this bug. https://github.com/jalik/jalik-ufs/issues/50

You can test it with latest version.

Fabulous! Works perfectly now.

Great module! Thx.