Super weird difference in how the data is loading between version-test and my live version.
I have a scheduling app and I load about a week of events at a time. If user navigates outside of that timeframe then I load another week of events to add to the repeating group. I use a group with the data source set as date range to track the total time-period I’ve loaded events for so I know when to update the repeating group.
The first time that group’s date range is set is on page load. In version-test it works just fine. Here is a screenshot of the data being set in the debugger:
However, in the live version it just doesn’t load that data to the group.
However, in live mode if I turn on the step-by-step mode in the debugger tool then it works fine.
Things to note:
-
To stress test these we loaded up the version-test calendar with about a thousand more events to load than the live version is currently loading so this shouldn’t be a timing issue.
-
I already tried moving the action to display data in the group to be triggered by a custom workflow to make sure it had all of the requisite elements loaded first. Still doesn’t work unless I run the live app in step-by-step mode.
We had 3 people doing thorough QA in version-test last night without a single error, and it never works in live. It really seems like Bubble loads live data differently than it loads version-test data. If that’s true it’s really concerning because we basically can’t QA in a sandbox environment. I’ve reported this as a bug but have not received a response from anyone who seems to understand what I’m talking about. The only response I got was that it was being elevated because it is related to a "scheduled workflow which it very clearly is not.
Wanted to bring here in case anyone has any insight. This is blocking us from deploying a host of other things we need to get live.
Appreciate any feedback