Skip to content

(fix) Handle ImagickException in blog api where an invalid image file is passed - #770

Guy Thouret requested to merge fix/770-imagickexception into master

This error could be triggered by uploading a 0 byte file as a banner image.

Created by e.g. touch testimage.jpg.

This is now handled and api will return a correct error response.

Merge request reports