Yazid
Results
1
issues of
Yazid
## Bug description Fetching feature flags from our frontend application with the code below : ```js getFeatureFlags( posthogApiUrl, posthogProjectId, posthogPrivateApiKey ): Promise { return axios.get( `${posthogApiUrl}/projects/${posthogProjectId}/feature_flags`, { headers: { Authorization:...
bug