Skuid pages are not working properly within our Salesforce application. They work fine in the editor, but when I try to access them through Salesforce, things do not work properly, and some pages fail to load.
The problem seems to be that Skuid is loading in parts of itself via XHR requests to static resources. These requests are to URLs of the form:
https://our-org-name.eu6.visual.force.com/resource/1456536579000/skuid__CoreComponents/runtime.js
However, accessing these results in an HTTP 302 which points to a resource on a different domain:
https://skuid.eu6.visual.force.com/resource/1456536579000/skuid__CoreComponents/runtime.js
Since the browser will not carry out cross-domain XHRs without the proper CORS configuration, these requests fail.
How can I ensure that these resources are served from the same domain as my Salesforce application?
Question
Skuid runtime JS fails to load in Salesforce due to XHR problem
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
