Database data showing in editor but not in browser

OS info

  • Operating System : Mac OSX 20.6.0
  • Wappler Version : 4.4.5

Problem description

When building the hello world starter app from the getting started course, I can see data populating on my page (cars_list) in the editor, but when viewing in browser all I get is table headers, and no server connect requests in the network tab.

Steps to reproduce

  1. Follow the steps in the Wappler Getting Started Course (up to Getting Started: Hello World Dynamic lesson) with the following project setup - Docker, NodeJS, Postgres db connection with sample data
  2. Open cars_list page in browser
  3. Also tried - saving all to make sure no unsaved changes, redeploy docker container, reinstall Wappler, deploy to AWS…


Are you sure your layout page is saved and has app connect added on it?

So it was enabled:

But I removed and re-added it and now its working!

Appreciate the quick reply, thanks!