newfs / gobotany-app

Deployable code for the Go Botany application
9 stars 8 forks source link

Attaching an image to a question yields HTTP 500 #645

Closed sidkoul closed 8 years ago

sidkoul commented 8 years ago

Attaching an image to an "Ask the Botanist" question fails with an HTTP 500 response. The user is left waiting for the UPLOAD_SPINNER to complete. See screenshot:

image

The image never gets uploaded to our S3 bucket here:

http://newfs.s3.amazonaws.com/upload_images/question

Note: this URL will result in an access denied error message because directory browsing is turned off.

jnga commented 8 years ago

A fix for this image uploads bug is in branch release-2.4.1, ready for deployment to Production. It has been verified in Dev.