No output from client-side HTTP API fetcher call

I tried to call this https://resplendent-lolly-a8a4cb.netlify.app/geolocation on client side using the component HTTP REST API fetcher. The output is JSON. But there are no output. Anyone can shed some light?

Hi mouthains, I didn’t quite follow your question, are you trying to call the API but getting no output in the data picker ? Are you able to share your project where this is happening ?

Yes, there are no output in the data picker. The project link - https://studio.plasmic.app/projects/zkxGWntidV3FLqumr4hu2

I didn’t look into it, but I suppose it’s related to the proxy that we are making for data sources, so the HTTP request it’s actually running in our server instead of in your client, we do plan to have a no proxy HTTP data source, but we don’t have it currently

Ouch. I suspected so. Thanks!