Wappler version 4.0.1 on Windows 10
Docker hosting remote
MySQL database
Node Server model
Hosting on AWS
The remote hosting tests OK. Also, I can access the database in the container with Navicat. In Wappler, I try to fetch the data in one of the tables and I get the following error:
I say “was” because the database schema was modified and the new field is “share_price”. You can see what I get from Navicat, which is what I was expecting when pressing the fetch data button in Wappler:
I didn’t realise that there were 3 “Refresh Schema” levels:
db level,
Tables level and,
Single table level
Once I refreshed the 3 levels, I managed to fetch the data. My mistake was that I was just refreshing the schema only at the single table level and I needed to refresh the schema at the 3 levels.