Hello, I’m trying to get data through an API, but the response is this
https://api.osatropicalproperties.com/items/Property
This is the API to consult
ah it is because the request was blocked by CORS; it is not allowing cross-domain data fetching.
You could try using an http data integration instead, which would proxy through our server and should work: https://docs.plasmic.app/learn/integrations/

