DEV Community

baris
baris

Posted on

Answer: How to enable CORS on nodejs express redirect?

This has nothing to do with your backend or frontend, you'll have to add CORS policy in your S3 bucket

Please follow below steps to enable CORS on your S3 bucket

  1. Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/.

  2. In the Bucket…

</p>





CORS issue for Amazon-s3 resolved

Reference : https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-cors-configuration.html

Top comments (0)