Image not showing in BlueSky post - just a gray placeholder

Hi everybody, hoping someone here can help me figure this out.

I’m using the BlueSky module in Make, and while the post goes through without any errors, the image doesn’t show up. Instead, I get a gray placeholder where the image should be.

Basically, I’m generating a JSON for the post and sending it through the BlueSky Create Post module in Make. The JSON structure includes:

- post_text

  • image_URL
  • image_ALT_text

Here’s what I’ve confirmed:

  • The posted text is correct

  • The ALT text is set properly

  • The image is missing - just a gray box instead

The image URL in the result collection looks fine, and it is under 1MB size limit:
https://website.app/8wa9qz5s/lf/10.png

No runtime errors, and everything else seems to be working, except no proper image displayed.

Would appreciate any ideas or suggestions.