Live site on Netlify is not rendering any Plasmic pages

We have our site live through Netlify. It currently pulls from a branch on our github repo. I have plasmic integrated with our codebase and working just fine on the local server. However, I just pushed the code to production and none of my plasmic pages are rendering. Any thoughts?

Hi @digital_cow, happy to help! What do you see - are they blank pages? Any errors in the console that you see come up?

Assuming the same thing comes up when doing a local production build of the website—are you able to log what is being fetched in fetchComponentData()? And if you add content outside of the PlasmicComponent, do they render on those pages, just nothing for the Plasmic design itself?