flat-advantage-68891
08/21/2024, 12:04 PMgb.forced_features =
assignment operation which seems like it would facilitate two of the 3 needed features listed above. But it doesn't indicate anything about having it not reach out to the network with a local mode setting. Again any guidance around how people are testing the on & off use cases when a feature flag is involved would be helpful.
Reading through the Flutter docs, https://docs.growthbook.io/lib/flutter and https://github.com/growthbook/growthbook-flutter, it isn't clear how we should be writing our unit tests when a feature flag is in play either. Again please provide any guidance.late-ambulance-66508
09/23/2024, 8:40 AMshy-computer-11249
09/23/2024, 9:50 AM<GrowthBookProvider></GrowthBookProvider>
tag on the appsquare-alarm-95088
10/02/2024, 6:29 AMenough-dawn-67805
10/04/2024, 9:21 AMambitious-daybreak-27260
10/29/2024, 1:17 PMcountry-code
as per document https://docs.growthbook.io/features/targeting#country-code-targeting
But I’m not able to get Change the String Format to ISO Country Code (2 digit)
option.
Is this included only in paid version of GrowthBook?able-tent-93748
11/21/2024, 5:03 PMfunction get_feature_values(){
const value = window._growthbook?.getFeatureValue("dm_feature_key", {} );
console.log(value)
return value;
}
We have one control and one variation with a traffic split of 5% and 95%, respectively.
Often we receive the JSON, but most of the time we get an empty dictionary instead of the JSON defined in variation 1.freezing-winter-79469
12/03/2024, 4:11 PMrhythmic-morning-61672
12/16/2024, 5:41 PMbreezy-bear-48694
01/24/2025, 11:50 AMpowerful-grass-93468
01/30/2025, 1:12 PMpolite-leather-21900
02/12/2025, 5:12 AMcurved-cricket-51000
02/28/2025, 12:40 PMcurved-cricket-51000
03/01/2025, 10:14 AMplain-school-17796
04/07/2025, 11:37 AMnarrow-spoon-14454
06/09/2025, 9:42 AMdamp-shoe-15759
07/07/2025, 6:56 PMGET /api/init
call consistently fails with a 401 Unauthorized
error.
The crucial finding is from the request headers for `/api/init`: there is no Authorization: Bearer ...
header present, but there is a cookie
header containing a gb_session_id
.
My Environment:
• Platform: AWS ECS (on Fargate).
• Database: MongoDB running as a sidecar container in the same ECS task.
• JWT_KEY: Defined a long random string
• Networking: An Application Load Balancer (ALB) with HTTPS listeners.
• Image: growthbook/growthbook:latest
square-dog-17446
07/14/2025, 6:32 PMGROWTHBOOK_CLIENT_KEY
and FLAGS_SECRET
then deploy I am seeing this error:curved-machine-78995
07/15/2025, 6:57 AMadventurous-sugar-33309
07/18/2025, 11:37 AMambitious-planet-59426
07/18/2025, 11:02 PM