I’m using Wix Studio to create a single page with dynamic content. Its been running flawlessly for months. Yesterday, i noticed some sections of my page that are “below the fold” are never appearing on the production site. It’s as if they are getting set to “collapsed” and are totally gone from the page. You can’t even scroll down because there is no content to scoll to. If i refresh the page a number of times, sometimes 100% the content appears correctly, as it used to, other times some sections are totally gone. Seems to be about 25% of the time that content is missing. Other times all sections are gone below the fold.
When sections are missing, i notice a number of repeated errors appear in the browser’s console when debugging. Specifically, Error: Minified React error #421. Clicking the error link says “This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition.”
My guess is that it has something to do with how Wix does lazy loading of content. Is this a bug that Wix recently introduced, or something else going on? Some sections are initially set to collapsed, then i’m using Velo to uncollapse at load time. However, for testing, i’ve tried setting all the sections to uncollapsed by default, removing the need to then uncollapse them at load time. This does actually improve things somewhat, though some sections continue to sporadically not appear, again with the React Error 421. I’ve also tried zooming out so more content can load - and when i hit refresh enough content does load as to fill the page, yet content below the fold is either missing completely or partially missing.
Here is a sample page where this issue happens consistently on Chrome and Safari. https://www.mydumpling.us/d/nate-4600d
any suggestions how to fix or debug? THANK YOU!