Image Loading forever

I feel like this issue is something I need to do in AWS but not sure what I am missing.

I have a field for uploading an image (have added the code as an image).

This field does upload an image to s3, I can see the file in s3.
I have set this field to private, If visibility is set to public nothing gets uploaded.

When I reload the page I then get an infinitely spinning loading on the image when I reload the form.
How do I make it so I can actually see the image in the admin panel?
Screenshot_2024-06-15_at_21.15.24.png
Screenshot_2024-06-15_at_21.18.38.png
Solution
I just figured this out. It was AWS error. I needed to add CORs policy to my bucket.

Guess I needed to rubber duck my issue
Was this page helpful?