simonv3 / annotate

Image Annotation App for Sandstorm
MIT License
14 stars 3 forks source link

Upgrade to 0.2.0 meteor-accounts-sandstorm #20

Open simonv3 opened 8 years ago

simonv3 commented 8 years ago

https://github.com/sandstorm-io/meteor-accounts-sandstorm

simonv3 commented 8 years ago

I spent some time trying to implement this upgrade and it simplifies a lot of things, but mysteriously it breaks CollectionFS's image uploading. As soon as I upgrade the kenton:accounts-sandstorm uploading new images doesn't work anymore.

Permissions are right, the insert happens properly, but for some reason the file just never gets created, with either cfs:gridfs or cfs:filesystem.

This happens regardless of whether accounts-base is included or not.

Maybe this is because Annotate uses the Images collection directly? Should it be using something else to store the "annotatable objects" and then adding a link to the image.

Nebulously related to https://github.com/sandstorm-io/meteor-accounts-sandstorm/issues/19

kentonv commented 8 years ago

Hmm, I don't know what we could be doing that would interfere with other packages. I think you'll need to dig deeper, sorry.

simonv3 commented 8 years ago

@kentonv, I figured, but thought I'd ask first. Thanks!