When attempting to create a post with an image, I’m using the Bluesky upload media module and then attempting to use the data from that to upload an image post. When I set the image type to any image/* option, I get an error saying expected application/octet-stream, but when I switch it to other, I get the error [400] InvalidMimeType Wrong type of file. It is application/octet-stream but it must match image/*.
Has anyone had any success with this?