Page Not Loading First Item Properly

Hey guys please help,

My app is loading my data correctly EXCEPT for the first item. This happens throughout several pages.

In this case:

  • Inside my Dashboard view I am displaying a list of Teams but only the first one appears to be empty
  • When I go to my Teams view, this seems to fully load all Teams including the first one
  • I go back to my Dashboard view and there it is, Team 1.

Any ideas why this is happening? The rest of the Teams are coming from the same place, so it makes no sense that those are loading properly.

Have been going at this for days with no solution. Would appreciate your help!

Attaching screenshots.

It is most likely a privacy rule issue. Not really an issue, but it might not be able to verify the value in time. Is this only when you are creating this item? Is the creation process being done on a backend workflow? What do your privacy rules look like?

Hope we can assist. :blush:

I don’t think it’s a privacy rule issue. If that was the case then the rest of the Teams wouldn’t be loading either, but they are.

I found a solution. The data source was doing a search for Teams.

So what I did was simply add the correlation between the Teams and the current page’s League and change the data source to: “Current page’s League’s Teams”.

Now all teams are loading properly :man_shrugging:

Bubble is weird sometimes.