Pavel Gorbachev

Results 4 comments of Pavel Gorbachev
trafficstars

@elissaioskon This bug can occur when you're using effect without importing proper css file. At least i can reproduce it locally this way.

I'm getting this error event on localhost:3000, so no nginx involved. Using gridfs for storage.

@Innarticles No, i'm not using S3 at all. Got this error while using gridfs. Still having this errors, now temporary using separate folder served by nginx for some images.

Yes, i pass login token. Auth not working without token, i'm checking for this.userId in method ``` javascript if (!this.userId) { throw new Meteor.Error(403, "not authorized"); } ``` and without...