When using the download_attachment method for an image, the response body does not contain the image content.
When I drop down and use HTTP directly, the response.ready_body invocation returns the binary data correctly but it doesn't seem to make it up into the frontapp gem's response.
When using the
download_attachmentmethod for an image, the response body does not contain the image content.When I drop down and use HTTP directly, the
response.ready_bodyinvocation returns the binary data correctly but it doesn't seem to make it up into thefrontappgem's response.