PNG silent upload fail on jpg conversion

@zogstrip looks like we are getting a 500 status code here and the error handler is unable to handle the error cause no json is being sent back.

This is happening cause there is an unhandled exception internally. (uploader should handle all of them and return proper errors)

We should probably add some “safeguard” just in case error handling to the js side of thing, eg: if you don’t have an error message display a simple “something went wrong” - like network went down mid request, random 503 and so on.

5 Likes