Hello guys! I am having a problem when i disable ...
# ask-questions
l
Hello guys! I am having a problem when i disable the "production" option of a feature flag. When I disable it the flag comes as null from the server when it should have a value. Also in the growth book configuration i have set
enableDevMode
as
true
. Am i doing smth wrong ?
f
if you turn a feature flag off, it will evaluate to null - what were you expecting it to return?
l
I was expecting that it would work only in the development environment and not to work in production. Because i might turn the flag on only for testing but i don't want to be active in production. I thought that was the point of the "production" option and enabling dev mode in the configuration, or am i wrong?