Skip to main content

Receiving "CORS Error" – What to Do?

Updated over 7 months ago

The "CORS Error" occurs because the request was sent from the frontend instead of the server, creating a risk of exposing the secret key.

Solution: Move API requests to the server. Once everything is properly configured, we recommend regenerating the API keys to ensure security.

Did this answer your question?