📄️ My feature flag is enabled but all/some of our users are not exposed to it
To confirm how users will have flags resolved, follow these steps:
📄️ My feature flag is not returned in the Frontend API/Edge/Proxy
By default, these endpoints will not return feature flags that are not enabled. This is mainly to save on bandwidth but it makes it a bit difficult to debug when features are not being returned.
📄️ My requests are being blocked by CORS
1. Make sure you've configured CORS access in Unleash admin UI settings as defined in the Unleash CORS Policy docs. These settings can be changed in the Unleash Dashboard under Settings -> CORS Origins or by using the API. Allowing all origins (using a single asterisk) will address this matter and is a great starting point when troubleshooting the behavior.