Invalid content type for uploads through Ruby Gem / API

I’m using the Ruby gem to upload images. Images uploaded by content API have the CORB issue in Chrome. Manually uploaded images do not.

https://huisdepinto.netlify.com/nieuws/

Center card background is manually uploaded. The others with the client. (WIP, content might change)

This image is uploaded via the website and returns an image/jpeg content type (display in browser with Chrome):

This image was uploaded via the API and returns an application/x-www-form-urlencoded content type (displays as download in Chrome):

When displaying the images on a website, the second won’t work in Chrome (CORB issue).

Hey! You’re right! We’ve updated our client (0.7.5) to fix this issue!

Awesome thanks for the quick response!