Meteor-CollectionFS
Meteor-CollectionFS copied to clipboard
Fix CORS headers for Meteor 1.3 Cordova
Looks related to https://github.com/mizzao/meteor-timesync/issues/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:

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.