Scene:
- Skuid page, with content. Preview looks great! Everything loads.
- Visualforce page, rendering Skuid page as redirect. Works great! Everything loads.
- Lightning component, rendering the Skuid page through skuid:page. Page loads. A div is rendered with the class skuidPage. But, no Skuid content is rendered. Blank page.
I’ve served the lightning component within my app as a standalone Lightning Tab, within a Lightning Page App, and within a standalone .app Lighting App. Same result.
Upon inspection, the /resource/SkuidCustomSnippets is not found. 404 on the get request. This is the only indication of an issue through dev tools…
I have deployed a custom domain. Other custom components are working fine.
What am I missing? How should I proceed? This is a bit of a showstopper.