Dynamic data not showing when editing the content file in a SPA

I thought I’d have a go at a SPA for the admin area of a site I’m building. I’ve followed the instructions and created two content pages and the view is showing them perfectly. The routes are all fine and I can browse to the page and click between the two content pages.

However, when editing a content page in Wappler, none of the dynamic data is showing.

Is this normal? If I open the view file then I see all the dynamic data fine, it’s exactly as expected. But I want to work on the content pages but it’s impossible without all the dynamic data.

Have I done something wrong or does Wappler just not show it?

If your dynamic data is filtered with a parameter or variable it will not show up in Design View. Click on the lightning bolt to toggle App Connect on and off and you should be able to work on your content.

Thanks @brad. It’s not that. If I open the view, all the data is there. When I click on the arrow to open the content file:

Screenshot 2020-03-04 at 21.40.28

then it no longer shows any data.

Well, where is your dynamic data coming from?
Where is the data source included?

The data sources are in the view file. Should they be in the content files?

Aah, I understand the logic now. I’ve moved the server connects from the view into the content file and it’s working fine.

Have a look at


This includes an admin area all using SPA

2 Likes

Thanks as always.