Meteor-Community-Packages/Meteor-CollectionFS

Fix CORS headers for Meteor 1.3 Cordova

Opened this issue · 4 comments

Looks related to Meteor-Community-Packages/meteor-timesync#41

I get this error during meteor run android after upgrading to Meteor 1.3:

XMLHttpRequest cannot load http://192.168.2.11:3000/cfs/servertime. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:12280' is therefore not allowed access.

Getting a similar error when trying to upload:

image

same here. any update @lorensr ?

@guillim is this fixed for you when you remove wizonesolutions:canonical?

@lorensr I removed wizonesolutions:canonical, and unfortunately cfs still gives me CORS errors, so I removed cfs and it now works fine.