-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Environment Setup
Parse Server running on AWS elastic beanstalk with configured S3 files adapter.
...
filesAdapter: new S3Adapter(
"****",
"****",
"my-bucket",
{
bucketPrefix: "files/",
directAccess: true
}
)
...
Steps to reproduce
Using the JS SDK from an external Website to upload an Image:
var parseFile = new Parse.File(name, file, type);
parseFile.save().then(function() {
...
Logs/Trace
Error in chrome:
XMLHttpRequest cannot load http://myelasticbeanstalkURL.com/parse/files/RNLDeC7GCT.png. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http:/myexternalURL.com' is therefore not allowed access.
Metadata
Metadata
Assignees
Labels
No labels