Hello!
I’m trying to fetch JSON data from an external URL I’ve set up. Loading the JSON in browser works fine but when I run the GET request I get the error “Failed to fetch” (printing this to a label as you can see in the screen grab below)
Screen Shot 2020-04-09 at 15.17.49|690x400
I can see the request coming in from Thunkable in the access log and returning correctly:
187.177.78.188 - - [09/Apr/2020:13:12:37 -0700] "GET /new/jsontest.php HTTP/1.1" 200 4300 "https://x.thunkable.com/web-build/index.html?projectId=5e89384762b8c703eb38dc68" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36"
Do I need to set any other properties than the URL in the Web API component?
How do I debug this?
Thanks!