bright-jewelry-59615
02/28/2024, 12:38 PMclever-house-61055
04/08/2024, 2:26 PMappVersion to growthbook to be able to turn on feature flags for only certain versions of the app. This was not part of our original growthbook implementation. We set up our version attribute following https://docs.growthbook.io/features/targeting#semantic-version-targeting. In testing older versions of the app, which are not passing appVersion as an attribute, we found that our app is crashing at the paddedVersionString function in the growthbook sdk. Is this a known issue? Is there a workaround that allows us to use this attribute on new versions of the app but will not crash older versions that are still out there?powerful-cat-40421
05/09/2024, 1:03 PMgray-horse-99680
06/01/2024, 6:51 PMeager-postman-4020
07/15/2024, 7:48 PMeager-postman-4020
07/15/2024, 7:50 PMeager-postman-4020
07/15/2024, 7:50 PMeager-postman-4020
07/16/2024, 5:30 PMgetDecryptedPayload to make sure we can make the initial client side render synchronouseager-postman-4020
07/16/2024, 5:30 PMgetPayload the results are the same, and in the client component it's still calling initSync?eager-postman-4020
07/24/2024, 4:31 PMfierce-salesclerk-92514
07/24/2024, 10:16 PMNo data yet. Make sure your experiment is tracking properly.Can anyone confirm if this initial SDK setup looks correct for the tracking metrics part. The documentation on this part specifically seems to be a bit lacking, so I’m not sure if I’ve done this first step correctly. Specifically, what ga4 id should I be using, to ensure I can get metrics easily in the growthbook dashboard.
miniature-keyboard-1929
08/14/2024, 7:47 AMstrong-mouse-55694
09/09/2024, 2:24 PMswift-baker-98755
10/14/2024, 3:06 PMproduction and a dev environment - that's great, that's all I need.
The problem is that there's only one SDK-connection and that is set to production only.
In order to use both production and env do I need to:
• create a second SDK-connection for the same project, and select dev environment?
• on the react SDK side, use a different client-id (one for production and one for dev)? Because I can't find an environment property to set
Please confirm.
P.s this looks so complicated and I don't understand why it has to be 😕most-match-36440
10/23/2024, 3:27 PMexport const FeatureFlagProvider: FC<PropsWithChildren> = ({ children }) => {
const growthbook = useGrowthBook();
const flags = ['foo', 'bar', 'fizz', 'buzz']
return (
<EnabledFeatureFlagsContext.Provider
value={{
flags: flags.filter(flag => growthbook?.isOn(flag)),
}}>
{children}
</EnabledFeatureFlagsContext.Provider>
);
}
I'd like to wrap that in an useMemo but the only way that I see that would work is to do something with the setRenderer function to update some kind of context that I use here. But that seems a bit extreme, is there something that useGrowthbook returns that I can tie the useMemo to?eager-postman-4020
01/02/2025, 5:42 PMeager-postman-4020
01/02/2025, 5:42 PMcool-doctor-39582
01/30/2025, 4:56 AMtest-feature) is always returning false, Halp?
Slack Conversationbulky-secretary-94623
04/15/2025, 9:35 PMthankful-country-87951
04/29/2025, 12:44 AMnarrow-lifeguard-42299
04/29/2025, 11:53 PMprehistoric-horse-37258
05/06/2025, 3:10 PMprehistoric-horse-37258
05/06/2025, 3:11 PMcold-shampoo-2316
07/17/2025, 1:23 PMgetAllResults returns an empty map. I saw this bug https://github.com/growthbook/growthbook/issues/3375 and i'm not sure if this is still broken or if i'm doing something wrong.thankful-country-87951
09/01/2025, 3:10 AMgetGrowthBookSSRData and useGrowthBookSSR from packages/sdk-react/src/GrowthBookReact.tsx are now marked as deprecated. I can't find any mention in the docs of what I should be using instead, and they are still being referenced as the proper approach for SSR. Could anyone please clarify if they should be replaced with a different function or hook?little-balloon-64875
09/04/2025, 1:49 PMantiFlicker is deprecated with the React SDK...is there a better method to avoid page-to-page flicker/jumping with URL redirect testing? I've got the redirect working with Next.js, but it shows the first page very briefly before navigating to the second page.
Preferably it could be handled with Middleware, does anyone have any resources on URL split testing with middleware? Right now everything in our setup is client side.nutritious-garden-91325
10/13/2025, 5:00 PM/api/features/<sdk-key> endpoint? We need to insert a User-Agent header from the client-side mobile app because our test environment blocks requests that lack this header.some-cartoon-89075
10/16/2025, 10:57 AMreact and react-dom from version v18.3.1 to the latest stable v19.2.0, and next from v14 to v15.
After that, the UI stopped updating in my local development server.
I tried downgrading only the NextJs version back to v14, but the issue persisted.
The UI updates correctly only when I revert both react and react-dom to version 18.3.1.
I investigated to find out when the issue first appeared, and it seems that starting from version 19.0.0-beta-4508873393-20240430.
The local development version no longer responds to overridden value changes via GrowthBook DevTools,
while the locally built version still works as expected.
Thanks in advance.wide-journalist-37256
11/11/2025, 9:13 PMsalmon-magazine-85974
11/13/2025, 1:22 AM@openfeature/server-sdk on node.js. I got the error _GeneralError: Provider 'GrowthbookClientProvider' is intended for use on the client.
I understand that the growth-client-provider is for client side right now, the question is as a user of openfeature API that plan to use growthbook , which provider should I use?