This message was deleted.
# ask-questions
w
This message was deleted.
f
Hi Karen, under Settings you can add new environments
We also have a Chrome devtools extension that lets change feature values locally for development and QA
f
each environment can have its own set of override rules to serve the feature.
w
Thank you - I just added the
development
env and it seems like that was not the root cause of my issue. When I logged
useFeature('feature-test)
, I’m seeing the following. I’m expecting
on
to be true when the feature flag is on, but that’s not the case. Any pointers on what I might be missing?
f
can you show a screen shot of your feature override rule?
from growthbook?
f
The source "unknownFeature" usually means the JSON definitions are not being loaded correctly into the SDK
That setup in GrowthBook looks fine. How are you fetching the features from the API and passing them into the SDK?
w
Your wording has helped me understand better what the
unknownFeature
mean. I think I made a mistake on the configuration part. I’m going to look into that first and see if I can fix it. If not, I’ll come back here. Thank you so much.
144 Views