https://www.growthbook.io/ logo
#ask-questions
Title
# ask-questions
j

jolly-waitress-74060

10/31/2023, 12:07 AM
Hey everyone! Has anyone had issues with feature flag values not being the same when accessed in a Flutter environment vs. a NodeJS environment? The feature is being assigned based on the
userId
property and both the front and back-end are assigning the attribute to the same value.
1
r

rhythmic-agent-34208

10/31/2023, 12:07 AM
@blue-sundown-32899 has marked the issue as closed. Reopen Issue button
f

fresh-football-47124

10/31/2023, 12:10 AM
Hi Connor - did you set the hashing version?
to version 1?
j

jolly-waitress-74060

10/31/2023, 12:14 AM
Let me check!
How exactly do I check that?
f

fresh-football-47124

10/31/2023, 12:17 AM
are you launching the experiment via the feature flag?
j

jolly-waitress-74060

10/31/2023, 12:18 AM
Yes
f

fresh-football-47124

10/31/2023, 12:18 AM
if you edit the experiment rule
j

jolly-waitress-74060

10/31/2023, 12:18 AM
Ahhh I see we are using V2
f

fresh-football-47124

10/31/2023, 12:19 AM
ah, yes, that can do it
j

jolly-waitress-74060

10/31/2023, 12:19 AM
Gotcha, it was in the fine print! I see Flutter does not support V2
f

fresh-football-47124

10/31/2023, 12:19 AM
yes, we’re fixing this
j

jolly-waitress-74060

10/31/2023, 12:20 AM
No worries! I have to destroy and recreate the feature flag to change the hashing version correct?
So after looking around for a little bit, I can't seem to figure out how to set the hashing version when creating an experiment. Is this not possible at the moment?
f

fresh-football-47124

10/31/2023, 12:28 AM
it is possible
but I believe we hide it on initial creation, and expose it on editing
but I know that part of the product is changing a lot
j

jolly-waitress-74060

10/31/2023, 12:30 AM
You are correct sir. Thank you we found it.
I will test right now to see if that solves our issue!
There unfortunately still seems to be a mismatch even when reverting back to V1 hashing. Any other ideas as to what the cause could be?
f

fresh-football-47124

10/31/2023, 1:06 AM
can you make sure the SDK payload for the NodeJS SDK says v1?
@future-teacher-7046 thoughts?
j

jolly-waitress-74060

10/31/2023, 1:07 AM
Never mind! We had to create a new experiement entirely to get it functioning properly. Even after updating to have it use V1, there was a mismatch. Luckily we caught this early though and creating a new experiment was no issue for us.
Thank you for the quick help!
f

fresh-football-47124

10/31/2023, 1:12 AM
okay cool
3 Views