Hello!
Been having issues when I've enabled Amazon S3 CDN. I am able to upload profile picture to s3 successfuly and it shows correctly on the profile, but when I click the change photo icon then the crop it modal appears, the image does not appear. When I navigate to dev tools > network tab, it shows that I'm having an access denied on the request of the crop it modal. Plus the path is incorrect also, it accesses a path in the s3 that is not valid or not existing.
The folder created by phpfox in s3 is like this:
<s3::bucket> > file > pic > user > <contents>
While the Cropit JS requests a path like this:
<s3::bucket> > file > pic > photo > <contents>
That is why it returns access denied since the folder and its contents do not exist
Do you have any ideas regarding this? Thanks! A sample image of the problem is attached below.