Bootstrap 4 table fails to pull data properties

I’m following the PWA videos and created a NodeJS backend. When I select Bootstrap 4 table and select the server connect action on my partial page, I see data there, but it does not show anything after it. I also opened my action in a browser and it is working just fine. This is looking like a bug, since I can query the API find in the browser, but the action refuses to show any properties under data . Yes, App Connect Mode is also on. :wink: I also tried restarting Wappler.

Wappler Version : 3.4.1
Operating System : Windows 10

Expected behavior

I should see query properties under data.


image

Actual behavior

What actually happens?

data is empty.

How to reproduce

  1. Clone the PWA app here: https://github.com/Wappler/PWA-Boilerplate.git
  2. Create a MySQL database with a table and some data.
  3. Create a DB connection in Wappler.
  4. Create a server action to query that data and return all the records in the rable.
  5. Go to a PARTIAL page (i.e. “_about.html”) and try to insert a Bootstrap 4 table to pull that data.
Community Page
Last updated: