Camunda 8 API Integration in Frontend

Hi,

We’ve developed a Camunda 8 workflow using the Modeler within the SaaS version. Within our workflow, Camunda forms are implemented. Currently, we’re successfully retrieving form responses via Camunda’s provided REST API. As we aim to initiate calls to these services from our React-based frontend, we’re encountering a CORS (Cross-Origin Resource Sharing) issue during integration. Could you kindly provide assistance in resolving this particular concern?

Your guidance would be greatly appreciated.

Have you considered a reverse proxy like this user - Camunda Platform 8 CORS Issues?