Hello Team, I have implemented the feature flaggin...
# ask-questions
m
Hello Team, I have implemented the feature flagging logic in my app using useFeatureIsOn but its not working in production. I have checked for feature configuration and its is working in dev environment but not in production. Please help me to understand if any configuration is missed.
w
There is a toggle at the top of the page to enable it in prod.
Enabled Environments
m
@white-fireman-22476 I have enabled the same last time but it was not working in production other than that do we have any other configuration to check ?
w
Well normally you would set some override rules as well. As you have it there it would always evaluate to "on". But no, there is nothing else configuration wise to get it to work on prod. If it is still evaluating to false, perhaps you didn't set the env vars on prod? You can use the growthbook dev tools extension to help debug:https://chrome.google.com/webstore/detail/growthbook-devtools/opemhndcehfgipokneipaafbglcecjia
1