Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
1 answer
51 views

When using the FlagSmith User Interface, I couldn't find any way to select all the identities and delete them at once. As you can see in the image attached, we are forced to click the trash icon ...
Soldeplata Saketos's user avatar
-1 votes
1 answer
132 views

I use Flagmsith in my React project. I am using FlagsmithProvider so that I can use the flags everywhere. For example: import { useFlags } from "flagsmith/react"; const MyBestComponent = () =...
Baruch Levin's user avatar
5 votes
1 answer
135 views

I want to skip TLS verification for flagsmith. Note: I'm using flagsmithv3 go sdk. This is my current code: func InitializeFlagsmith() *flagsmith.Client { apiKey := "ser..." ...
devi's user avatar
  • 76
3 votes
1 answer
476 views

In Flagsmith, is there a way to tie Feature Flags together in a way that if I enable Feature Flag "A", and that requires Feature Flag "B", then the user is warned that Flag "B&...
rsc's user avatar
  • 10.7k
0 votes
1 answer
837 views

I want to run a script after a docker image has been initialized. The image in question is a node:16 with python and other stuff https://github.com/Flagsmith/flagsmith/blob/main/Dockerfile Anyway, if ...
BenGee23's user avatar
2 votes
1 answer
427 views

I am trying to consume the Flagsmith APIs as documented here . It seems some APIs like -- /flags/ need "x-environment-key" header, which is working. But for others like /environments/ "...
Rajesh's user avatar
  • 487
1 vote
1 answer
607 views

I am trying to use this in my reactjs application: https://docs.flagsmith.com/clients/javascript/ The way it is initalized is as follows: flagsmith .init({ environmentID: Config....
user avatar