I added the google maps distance matrix API on my web app, but somehow it only works fine when I test on my phone (on thunkable live test). When I publish the web app, it does not work.
Web app:
next to “taxa de entrega” is supposed to appear the delivery fee that comes out from the API
When I test on the live test on my phone, it works fine:
I put a block „If Status = 200“, to make sure there is no errors. The Problem is that when I try on Web App it doesnt work, but when I try on live Test, it does work
Some APIs don’t work in the web app. That might be the case here. Looking at the error message will confirm that. If you’re building for phones (not planning to publish as a web app), then you should be OK.
“the website or service provider you are trying to reach does not support HTTPS requests”. Is this because of the google distance matrix API or is it because of the web app of thunkable, that does not support?