Browser view shows my json-data dependent repeater components, but Wappler UI does not

I am working on a page with some json data located in the project’s folder. I added the json data source to the page, created a few filtered data views, and the used them to make some repeater rows with some dynamic attributes (text and images).

I’m pretty certain that my data and data filter expressions are correct as I am able to see the expected dynamic components when I preview the page in my browser using Docker. However, while I am working within Wappler, I only see an empty set of rows (each row is another set of repeaters using different data views). Any help would be appreciated!

Is your data filtered in some way? If yes - how?

Yes I’ve created 3 filtered data views. Take the first as an example: “Data View: connected_apps”, is taking the “jsonDS1” data source and filtering based on whether the “app” object’s attribute “connected” is true.

Then, I created a repeater row element with the expression using “data” from the filtered “Data View: connected_apps”:

So is the data displaying when you remove the data view filter?

The repeater elements display the expected data on both Wappler and the browser preview if I just use the “jsonDS1” data source for the repeaters.

But the stranger thing is that if I use the filtered data view(s) as the data source for the repeater, the data only displays on the browser preview but not in Wappler as shown in the screenshot in my original post.

This does not answer my question - do you see the data in Design View when you remove the filter from the data view?

Ah I see - no, even after I remove the filter expression from the data view, I do not see the data in Design View

I just tested this locally and it works fine with Data View with and without filter - i can see the results on the page.
Are you sure there are no any syntax errors on the page reported?
Maybe post your data view and repeat code here so we can check it.

Yes, I checked Code View and did not see any syntax errors. Here are the snippets of my data view and repeat code:


Looks fine to me, and works for me using the same filters maybe try quitting/restarting Wappler.
Otherwise you can turn app connect mode off (the little bolt icon on top).