I've noticed today that when I am editing a mobile app, when I run a query on a table from any of our resources, it doesn't return any results. I do notice that on page load, the query runs and contains data, but subsequent runs of the query return nothing making it impossible to develop.
To test this, I created a new mobile app with default data. This is how it loads:
and once I run the query again, I get this:
This happens on this sample data as well as any of the other tables we have. Running the same queries while editing a web app return results just fine, it's only when editing mobile apps.