System Information
- Strapi Version: 4.0.0
I created a new project with Strapi v4 and set the provider-upload-aws-s3 plugin. I think I made all the necessary configurations in my S3 bucket. Now when I try to upload an image, it does upload to S3, but I’m not getting the image itself. I’m getting the following CSP error:
Content Security Policy: The page’s settings blocked the loading of a resource at {img URL}.
What am I missing? Do I need to configure something else in my bucket config or in Strapi config?