Sunday 29 July 2018

Response type is Cors??

I'm working on a react app that grabs an AWS S3 presigned URL from my node api so that the front end can upload an image to a bucket. In my node api I can console log the presigned URL but when I return it to the react app the response is of type "cors".I've set Cors rules in AWS, I've give the user write access to the bucket, I've add the cors package to my node app and installed the cors addon for the browser but I still can't get it working. Anyone have a suggestion?

Submitted July 30, 2018 at 02:39AM by worstaccountnamehere

No comments:

Post a Comment