Meteor-CollectionFS icon indicating copy to clipboard operation
Meteor-CollectionFS copied to clipboard

CollectionFS - Nginx - Issue on Chrome

Open mlecoq opened this issue 9 years ago • 3 comments

Hi,

My meteor app is behind a nginx server. I have one issue when I try to upload files (bigger than 2Mb) on Chrome (Firefox and Safari are ok): files are partially uploaded (like cropped)

I have this issue in the navigator console :

Failed to load resource: the server responded with a status of 502 () 8b2841a….js?meteor_js_resource=true:294 Error: "Queue" failed [502] <!DOCTYPE html> <html> <head> <title>Error</title> <style> body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, ... [undefined], Error: failed [502] <!DOCTYPE html> <html> <head> <title>Error</title> <style> body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, ... [undefined] at 8b2841a….js?meteor_js_resource=true:296 at 8b2841a….js?meteor_js_resource=true:296 at 8b2841a….js?meteor_js_resource=true:1 at XMLHttpRequest.k.onreadystatechange (8b2841a….js?meteor_js_resource=true:296)u.runTaskDone @ 8b2841a….js?meteor_js_resource=true:294 https://fr.office.epiderm.co/sockjs/911/i1p1vez4/xhr Failed to load resource: the server responded with a status of 502 ()

mlecoq avatar Apr 20 '16 15:04 mlecoq

I have the same issue with apache. I have tried to remove compression with graphicsmagick and I still have my images that are cropped.

mlecoq avatar Apr 21 '16 13:04 mlecoq

Same issue here. Did you find any solution?

rafa-munoz avatar May 17 '16 23:05 rafa-munoz

In fact, I was using nginx 1.9.xx (compiled manually).

I have reinstalled an older version of nginx using apt-get and now it works fine

mlecoq avatar May 18 '16 08:05 mlecoq