nate-strauser / meteor-aws-sdk

aws-sdk npm wrapped for meteor sync calls
12 stars 0 forks source link

problem on meteor.com #3

Open pociej opened 10 years ago

pociej commented 10 years ago

Hi,

Im using your package and on localhost everything is ok. But on meteor.com i have strange error

XMLHttpRequest cannot load https://ddp--6246-myapp.meteor.com/sockjs/info?cb=_ozt5d2by4. Origin http://myapp.meteor.com is not allowed by Access-Control-Allow-Origin.

when using bucket.putObject on server side.

Any ideas ? thx in advance G.P.

nate-strauser commented 10 years ago

from this part of the error message 'Access-Control-Allow-Origin' it sounds like it might be browser policy on the app running at ddp--6246-myapp.meteor.com/ - http://docs.meteor.com/#browserpolicy

by the way - this package is deprecated, i've switched to using generic npm support

On Mon, Jan 13, 2014 at 7:45 PM, pociej notifications@github.com wrote:

Hi,

Im using your package and on localhost everything is ok. But on meteor.com i have strange error

XMLHttpRequest cannot load https://ddp--6246-myapp.meteor.com/sockjs/info?cb=_ozt5d2by4. Origin http://myapp.meteor.com is not allowed by Access-Control-Allow-Origin.

when using bucket.putObject on server side.

Any ideas ? thx in advance G.P.

— Reply to this email directly or view it on GitHubhttps://github.com/nate-strauser/meteor-aws-sdk/issues/3 .