We have a public facing site: https://xynmanagement.secure.force.com/RemoTraC
We have added a custom domain to it https://remotrac.caredx.com
This is working in terms of showing in the URL, but it’s throwing console errors
skuidReqs.js:1 TypeError: Cannot read property ‘getThemedClassMapForComponent’ of undefined
at e.value (skuidReqs.js:1)
at C (skuidReqs.js:1)
at Object.factory (skuidReqs.js:1)
at skuidReqs.js:1
at l (versionScoped.js:1)
at c (versionScoped.js:1)
I think this is because it’s trying to use relative links to get the components to run the skuid page.
What’s the fix for this?
