Unable to crop media

Hi Henry,

Thanks and Can you please tell me the solution. I add plugin.js file into config
module.exports = ({ env }) => ({
upload: {
provider: ‘aws-s3’,
providerOptions: {
accessKeyId: env(‘AWS_ACCESS_KEY_ID’),
secretAccessKey: env(‘AWS_ACCESS_SECRET’),
region: env(‘region’),
params: {
Bucket: env(‘Bucket’),
},
},
},
});

Not able to crop. If I will get a solution then I will try to resolve the cors error. If I resolved the surely share with you