I’ve just created a new full sandbox from my production instance (both sandbox and production are Salesforce Spring '18 and Skuid 8.15.8). Skuid works normally in production. When I go to the Skuid app in the sandbox, I get a blank page instead of a listing of my Skuid pages. The relative path in the sandbox is
/apex/PageList?save_new=1&sfdc.override=1&skuidreloadcount=1
, which differs from the path in production by the addition of the “skuidreloadcount” parameter.
The Chrome console gives me the following errors in the sandbox (no errors in production).
GET https://skuid.cs79.visual.force.com/resource/1471366979000/skuid__SkuidThemeBuilderDark/skuidtheme.c… net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:50 GET https://skuid.cs79.visual.force.com/resource/1471366974000/skuid__JQueryJS net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:89 GET https://skuid.cs79.visual.force.com/resource/1471366974000/skuid__CoreComponents/runtime.js net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:86 GET https://skuid.cs79.visual.force.com/resource/1471366976000/skuid__ODataAdapterJS net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:90 GET https://skuid.cs79.visual.force.com/resource/1471367076000/skuid__BuilderCoreJS net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:57 GET https://skuid.cs79.visual.force.com/resource/1471366978000/skuid__SkuidJS net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:50 GET https://skuid.cs79.visual.force.com/resource/1471366974000/skuid__JQueryJS net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:57 GET https://skuid.cs79.visual.force.com/resource/1471366978000/skuid__SkuidJS net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:81 Uncaught TypeError: Cannot read property ‘extend’ of undefined
at PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:81
(anonymous) @ PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:81
skuid__SalesforceAdapterJS:2 Uncaught TypeError: Cannot read property ‘isString’ of undefined
at skuid__SalesforceAdapterJS:2
at skuid__SalesforceAdapterJS:2
(anonymous) @ skuid__SalesforceAdapterJS:2
(anonymous) @ skuid__SalesforceAdapterJS:2
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:86 GET https://skuid.cs79.visual.force.com/resource/1471366976000/skuid__ODataAdapterJS net::ERR_ABORTED
skuid__RESTAdapterJS:2 Uncaught TypeError: Cannot read property ‘startsWith’ of undefined
at skuid__RESTAdapterJS:2
at skuid__RESTAdapterJS:2
(anonymous) @ skuid__RESTAdapterJS:2
(anonymous) @ skuid__RESTAdapterJS:2
skuid__SharepointAdapterJS:2 Uncaught TypeError: Cannot read property ‘get’ of undefined
at skuid__SharepointAdapterJS:2
at skuid__SharepointAdapterJS:2
(anonymous) @ skuid__SharepointAdapterJS:2
(anonymous) @ skuid__SharepointAdapterJS:2
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:89 GET https://skuid.cs79.visual.force.com/resource/1471366974000/skuid__CoreComponents/runtime.js net::ERR_ABORTED
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:90 GET https://skuid.cs79.visual.force.com/resource/1471367076000/skuid__BuilderCoreJS net::ERR_ABORTED
skuid__SkuidCoreMasterJS:2 Uncaught TypeError: Cannot read property ‘register’ of undefined
at skuid__SkuidCoreMasterJS:2
at skuid__SkuidCoreMasterJS:2
(anonymous) @ skuid__SkuidCoreMasterJS:2
(anonymous) @ skuid__SkuidCoreMasterJS:2
PageList?save_new=1&sfdc.override=1&skuidreloadcount=1:94
Question
All tabs in Skuid app come up blank (sandbox only)

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.