Database queries working on server but not in Wappler

Hi,
I have had a problem with Wappler on my M1 Mac Mini (reported here - Bug Report from PaulBS #2021-4-30_11-43-57) so cloned the git repo onto my old Macbook to continue but have now got a strange problem.

Mobile app front end to node.js back end. The front end is working, retrieving data etc. but I am having a problem testing the queries in the Wappler interface.

I have a simple server action that returns product info, no security (as mobile). Working fine in front end but running the custom query in Wappler gives an “error,”

Front end dev tools:

Works using Postman:

But in Wappler here is the query:

And the action:

But when I run the query I get:
CleanShot 2021-06-03 at 10.52.15

Any thoughts on why?

I copied the certificates when cloning the git repo and I can communicate with the live server and deploy etc. I can also query the database directly with the SQL and it works fine (on the live server DB).

Strange but I guess related to the repo clone.

Thanks.

I think I might have found my answer in this other post -


:partying_face: