This message was deleted.
# contributing
w
This message was deleted.
f
If you see the list of features in dev tools, that means it's interfacing with the GrowthBook instance on your site. So the problem must be elsewhere. Can you try changing a feature value in dev tools and then in the console, do
Copy code
_growthbook._forcedFeatureValues
to see if it's being set.
m
Yes, I can see the interface in the dev tools. Here's console output
f
Hmm, that's strange. So either the postmessage from dev tools is failing (which would be weird since it's getting the list of features) or there are multiple instances of GrowthBook and the dev tools is referencing a different one than your app is using
Is this the only place in your app where you are doing
new GrowthBook()
?
m
Thanks for your help, @future-teacher-7046, really appreciated 🙏 Yes, there's only one place where I'm calling
new GrowthBook()
. I had another one running in a
_middleware.ts
(which should not run in the frontend), but I removed it to be sure that this is not the problem.
336 Views