I have several websites that are published with information coming from my datasets in each website and there is a problem with it not loading when the page loads. My code is not the problem because when I hit the browsers refresh button, the page and dataset loads. Is there something I am doing wrong or is this a bigger issue. I really would like some answers for this problem I having.
I’ve been having similar issues with some elements, but not the entire page. You can force it to load the whole page by linking to it using the url instead of the site directory if that helps.
Yes that what I thought also but for some reason when you land on the page the data that its going to query using wixdata.query(“CollectionName”) is working but the repeater itself is not getting that data and I am trying to understand why. Like why does the data not transfer over to the repeater, it was not doing this before.
@nino There’s currently a rollback going on of some new features that were causing problems. In my case, I forced my elements to refresh after the onReady and it worked.