Latency and CORS issues with Plasmic API integration

one major pain point which I noticed is when we use Plasmic integrations

it calls the API via plasmic’s endpoints. this creates concerns of latency and therefore makes it ineffective to be used in integrations. because now the debugging is harder and endpoint can have CORs issues cross-origin and slower response time as well. Would be amazing if I could make direct api call without them going through plasmic. The entire integration flow have a huge scope of improvement and usability if enhanced.

You can make direct calls using data-fetching components instead of our backend data integrations. https://docs.plasmic.app/learn/data-fetching-components/