https://www.growthbook.io/
Join Slack
Hi. I am exploring growthbook java sdk. I have a very basic question. If I toggle on/off any feature...
g

Gayathri

over 2 years ago
Hi. I am exploring growthbook java sdk. I have a very basic question. If I toggle on/off any feature, do I need to restart my application for the change to reflect?
g
t
  • 2
  • 8
  • 149
Encountering some bizarre behavior with `@growthbook/growthbook-react`. We’re using `nx` as our mon...
j

Josh Bean

over 3 years ago
Encountering some bizarre behavior with
@growthbook/growthbook-react
. We’re using
nx
as our mono-repo tool, which could likely be a factor. We have a specific
feature-flags
package that houses our
FeatureFlagContextProvider
component which renders the
GrowthbookProvider
. This gets imported and rendered at the root of our
web-app
(separate “package”). If I write some code to
useFeature
in either of these packages we have no problems. We then have a separate
queries
package that houses all of our
react-query
queries for loading application data. I was attempting to use a feature in one of the queries, however, in debugging it was clear that this line in
useFeature
const { growthbook } = useContext(GrowthbookContext)
was the culprit in that
growthbook
was
undefined
. It’s interesting because if I call the function that wraps this logic side by side with
useFeature
in
web-app
, the
useFeature
in
web-app
correctly gets the feature value whereas the one in
queries
is unable to because
growthbook
is
undefined
. Anyone encounter a similar issue ever?
j
g
k
  • 3
  • 5
  • 149
Hi, a general question. what’s this `suspicious result` means? Is there a explanation doc for these ...
h

Herb He

over 3 years ago
Hi, a general question. what’s this
suspicious result
means? Is there a explanation doc for these kind of labels?
h
j
  • 2
  • 6
  • 149
Hello :wave: Did anyone managed to integrate growthbook with nextjs middleware + Segment? Trying to...
j

Johanna

over 3 years ago
Hello 👋 Did anyone managed to integrate growthbook with nextjs middleware + Segment? Trying to utilise the trackingCallback but it seems like
analytics-node
and middleware might not be so compatible.. Been patiently waiting for the follow up on this article: https://dev.to/jdorn/ab-testing-with-the-new-nextjs-12-middleware-54j6 😄 thanks!
j
j
j
  • 3
  • 4
  • 149
Hey all, I am just starting to use GrowthBook and I have issues to set my first binomial test. What...
k

Kaveh Porouchani

over 3 years ago
Hey all, I am just starting to use GrowthBook and I have issues to set my first binomial test. What I did so far : 1. I created a datasource including all users (only logged users, no anonymous) with the experiments & variations they are in. I set the timestamp using their entrance in the A/B test. 2. Then, in my metric definition, I just list users that activated a feature, with the first timestamp at which they activated the feature. 3. I created my experiment by setting experiment ID, variation IDs, start date & end dates. I also set conversion delays between 0 & 24h because it's the way we want to follow-up on this activation. But I have an issue when it comes to analyzing the results of the A/B test. My two cohorts (default & test) have 100% conversion on the activation of the feature. Did you already experiment something like this ? I guess I haven't set properly my datasource/table but I don't really understand how to deal with it right now. Any hep would be more than welcome !
k
j
  • 2
  • 13
  • 149
Hi! We have a React Native app that uses Expo 50 and is written in Typescript. We use detox (<https:...
a

Anjum

about 1 year ago
Hi! We have a React Native app that uses Expo 50 and is written in Typescript. We use detox (https://wix.github.io/Detox/) for our end-to-end tests which are run nightly in Expo. We read about your wonderful library and have started investigating it but have hit an issue which is blocking us. It seems that your library has some sort of conflict with detox. We hit these two types of conflicts: 1. When running the detox e2e tests locally, detox kept failing with network issues. We eventually got it working by switching off streaming support for your library during these e2e tests, 2. When running the detox e2e tests in Expo (our nightly tests), it failed with this error:
20:35:15.433 detox[19147] i ws-client:APP_STATUS The app is busy with the following tasks:
100
• The event "Network Request" is taking place with object: "URL: "<https://cdn.growthbook.io/sub/sdk-xxxxxxxxxxxx>"".
101
• There are 1 work items pending on the dispatch queue: "Main Queue (<OS_dispatch_queue_main: com.apple.main-thread>)".
102
• Run loop "Main Run Loop" is awake.
We were wondering if you could advise us on how best to resolve this conflict?
a
  • 1
  • 2
  • 148
Is it a known issue that the Chrome Extension doesn't work with PWA's?
m

mark harding

over 3 years ago
Is it a known issue that the Chrome Extension doesn't work with PWA's?
m
g
  • 2
  • 13
  • 148
Anyone succeeded with deploying growthbook on k8s ? Or on server less like cloud run?
a

Arvind Singh

about 1 year ago
Anyone succeeded with deploying growthbook on k8s ? Or on server less like cloud run?
a
p
  • 2
  • 8
  • 147
Hello! Our team has been running Growthbook tests for awhile now and are starting to switch over to ...
w

William Lee

over 1 year ago
Hello! Our team has been running Growthbook tests for awhile now and are starting to switch over to the Visual Editor tool. Our frontend platform is Gatsby 5. During the experiment set up, I am able to click the "Open Visual Editor" button which leads me to a window with the Visual Editor panel where I make my edits. That all works fine. But when I start the experiment, it never seems to actually run. I've created a very simple Gatsby repo and link to test this out. Here are all the relevant URLs if needed. I also installed the Growthbook Chrome Extension too. The attached screenshot is how I set up the SDK. My GrowthBook Experiment Page Build Link that we're targetting to (hosted by Netlify) GitHub Repo Any help / insight would be appreciated!
w
b
g
  • 3
  • 8
  • 147
Hello, I'm currently implementing Vue.js SDK with composition API in our Nuxt SPA application. Featu...
w

Weronika Majewska

almost 2 years ago
Hello, I'm currently implementing Vue.js SDK with composition API in our Nuxt SPA application. Feature flags works fine, I'm able to fetch them. When it comes to Visual editor it seems like I can't see changes done in expirement so probably I missed something. Before my implementation, we have had growthbook implemented by GTM described in this doc: https://docs.growthbook.io/guide/google-tag-manager-and-growthbook. In this case expirements created with Visual editor works well. My question is: Is it possible to use Visual editor in expirements in SPA application using only Vue SDK? Why feature flags works well, while I cant see eny expirements in response configured in panel? Unfortunately visual editor is very important tool for my organization so Im wondering if we really should implement it in our codebase or leave it in gtm? Appreciate any advices, thanks
w
p
  • 2
  • 15
  • 147
Previous151617Next

GrowthBook Users

Open source platform for stress free deployments, measured impact, and smarter decisions.

Powered by