Does anyone ever have data that gets added to the database but doesn’t show up in “app data” no matter how many times you refresh the data or even refresh the editor? (And yet I can see the data on the front end when I preview the page, so I know it’s there.)
Is it some kind of caching thing?
Can’t really share an example because it doesn’t always happen.
I totally avoid the built in “app data” tab. It feels like it’s rarely current, so I always build my own dashboards as I need them. Bit of a pain, but saves me a lot of time worrying about the built in thing.
This likely isn’t the issue you’re running into. But it’s tripped me up before so worth sharing.
For any of your custom views of a table, ensure that there are no constraints on the search that would preclude your data from showing. It’s easy to overlook the constraints, especially if you have multiple custom views of the same table and there are no outward signals until you click into the “Modify an existing database view” popup.
Thanks everyone for your answers. It seems what @andrewgassen says is most relevant to me (i.e. the app data tab is unreliable), but all of the answers were great and no doubt will be helpful to someone.