How do i properly configure cors for my app which includes a rails API for the backend and react for the frontend? The frontend is a static component on the same paid application as the API.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
You can follow the steps on how to configure your CORS Policies in the DigitalOcean App Platform here:
https://docs.digitalocean.com/products/app-platform/how-to/configure-cors-policies/
Best,
Bobby