Has anyone ever had issues with all of your CMS co...
# suitecommerce
j
Has anyone ever had issues with all of your CMS content just mysteriously disappearing for no reason periodically? I've got no CMS content on the page, no console errors, no nothing. Just a page that has all my other theme content on it, but nothing I've added in the CMS
m
Did you check the CMS Contents record in Netsuite?
That the records still exists
j
@Martin Like the actual record type for the CMS content type that I'm using? Yeah, they're all there. The weird thing is that it doesn't happen every time. It's only every 10th page reload or so
m
and the request to /contents is getting the records ?
is this SC ?
j
It's an SCA site, yes
m
because we face some issues with the rehydration update on some customers
but for SC or SCA 26.1
j
Yep. the /contents request is returning
We're still on (brace yourself) Kilimanjaro
😄 3
Update: It turned out to be a custom content module that I was working on that was creating a collection of items. The method to render the view fired after the collection had been fetched. If the collection failed to fetch (which it would do from time to time for some other reasons), the render wouldn't fire, which would then seemingly bring down all the other CMS content on the page like a house of cards.
❤️ 1