Layout server connect data not rendered in editor

Wappler Version : 4.1.1
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

Data from a server connect should be rendered in the Design view of the editor, even if the server connect is within the parent layout.

Actual behavior

The data is rendered properly in the browser, but is not seen in the editor.

How to reproduce

Add a server connect to a layout.

In a content page that uses this layout, create a bootstrap5 table generator and use the data output from the server connect to populate the table.

Turn app connect on in the editor, and no data will be displayed.

Open in the browser, and the table will have data.

Move the server connect from the layout to the content page, and data will be visible in editor and browser.

Well design view actually renders just the content page and not its main page. So the data from the main page isn’t available.

This is by design as you are editing the content page only.

In the browser it is all glued together so there you do have it.