Skip to main content

CORS Errors

Symptom

Access to fetch at 'https://api.statux.io' has been blocked by CORS policy

Solutions

Development

Ensure you're using a whitelisted localhost port, or add your origin to the API's CORS configuration.

Production

Verify the request origin matches allowed origins in the API config.