-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
I haven't been able to test what happens when I compile from source.. but the downloadable binary version 0.0.3 doesn't work in Safari (at least) for me.
The error I'm seeing in the console is:
Failed to load resource: cancelled
My setup is:
App/Web Server: App Engine (xxxx.appspot.com/chloe)
Chloe Server: AWS (http://ec2xxxx.compute-1.amazonaws.com/chloe.js)
Is it possible this error is due to a cross domain issue? I'm not 100% sure how it works when you include a javascript library from a domain other than the primary one... does the website have to be hosted on the same server as the Chloe server to make xhr work? Or should it be good enough that the library is hosted on the same server as the xhr stuff?