@jared Thanks for the offer. Yes, Flask is python. I needed python to process some complex mathematical models, so I build my own API to serve the mobile / web-apps i made on thunkable. I am still learning Javascript, which I am seriously considering using it to build web-apps instead of thunkable.
I am reluctant to try firebase functions. I have read the docs and those function calls are through HTTP requests. I worry that it may have the same issues on web-apps.
Raised the issue at github and gotten very prompt reply:
The explanation as to why my http calls won’t work on web-app run on browser:
The work around I just managed to get it all working is to serve the HTTP API through Ngrok. Ngrok essentially is a server service that provides http and https endpoints to connect to your http server through a pipe.
I must say, through this exercise, I learned a great deal. Thanks a lot guys.!!