I've setup Growthbook in my Nextjs app and have an...
# ask-questions
p
I've setup Growthbook in my Nextjs app and have an experiment working using a feature flag. I've ended that experiment and started another one, but even though I can call
useFeatureIsOn
I'm not opted into the experiment. I see the value (true/false) but the devtools show I'm not opted-in and
trackingCallback
is not fired. I've checked the FAQ and everything seems to be correct. We're using the same configuration as the previous A/B test that worked correctly. Any ideas of what could be wrong? Here is the response back from Growthbook for this feature.
b
Hi Avi, you're using the React SDK, correct?
p
yep!
b
Cool. Could you please send me some screenshots? • The GrowthBook-related code in your Next.js app • The detail page of the Feature in question
p
image.png
i just noticed this error
probably this is the problem
that was it
a feature flag misconfiguration
thank you for your quick response
b
Ah, nice find! Glad you were able to identify the issue 😄