I’ve already filed a bug report, but I’m wondering, has anyone else run into this issue with a similar database structure? If so, how did you solve it (I prefer using Bubble’s native editor, not a wrapper)?
For those with a similar issue → using lists on your data type instead of having a ChildToParent reference fixes this. Probably because we now only need one query, instead of multiple.
Hey @oliviercoolen , any chance you found a solution yet?
I’m facing a similar issue in two different views: one that I just developed and also one that was already working a couple months ago (tested a lot on TestFlight), but started crashing now.
The one that I just developed loads initially, but then crashes with some actions. The one that already worked doesn’t even open now.
My data schema is a bit different. I have a Workout type with a list of Exercise Details, but them these exercises have two numeric variables: order and sub-order.
With that I have a Short List of number/index, for each item I filter the exercises by order. Them the second Short List is of type Exercise Detail and it shows the exercises ordered by sub-order.
So that means that in my case I don’t have nested database searches. All data is result of filters on the Workout that is a property of this view.
One more detail: the issue never happens on view load. It only crashes when I change the database. The two arrow buttons changes the order of the exercises inside the list. The trash button deletes all Exercise Details within its card and fix the order of the remaining ones. The workflows themselves works, I checked the logs and the expected result and everything is fine. But the app crashes with a white screen after the action.