fast-telephone-84882
01/20/2022, 9:47 AMswift-garden-56412
01/20/2022, 2:51 PMgorgeous-caravan-72440
01/25/2022, 2:01 PMmicroscopic-queen-6171
01/26/2022, 9:54 AMmicroscopic-queen-6171
01/26/2022, 5:17 PMearly-country-25488
01/26/2022, 7:54 PMlively-doctor-66209
01/27/2022, 11:42 AM| error - ./components/ProtectedPage.tsx:13:0
| *Module not found*: Can't resolve '@growthbook/growthbook-react'
| 11 | import track from "../services/track";
| 12 | import { OrganizationSettings } from "back-end/types/organization";
| *>* 13 | import { useGrowthBook } from "@growthbook/growthbook-react";
| 14 | import { useRouter } from "next/router";
| 15 | import { isCloud } from "../services/env"
Can anyone help me out, and guide me too?powerful-memory-85358
01/31/2022, 8:39 PMpowerful-memory-85358
02/01/2022, 4:00 PMtrackingCallback
to trigger.
Wouldn’t this cause 2 events to be triggered?
const GBTest = () => {
const { value: experiment } = useExperiment({
key: "new-headline",
variations: ["Hello", "Hi", "Good Day"],
});
const { on: feature } = useFeature('multi_currency');
return <h1>{experiment} - {Boolean(feature).toString()}</h1>;
};
microscopic-queen-6171
02/01/2022, 5:27 PMnarrow-psychiatrist-15437
02/03/2022, 9:50 PMAccess Denied: Project x: User does not have bigquery.jobs.create permission in project x.
quick-orange-44935
02/07/2022, 3:41 PM/auth/firsttime
request from growthbook web to growthbook api. i’ve set the appropriate env vars such as APP_ORIGIN
to the backend api server and API_HOST
to frontend service. my ingresses (traefik) are using oauth but im still getting blocked on the username / password auth form page.clever-accountant-54734
02/07/2022, 9:57 PMnarrow-psychiatrist-15437
02/08/2022, 1:53 AMawait fetch(FEATURES_ENDPOINT)
gives the following response when deployed to Vercel in Preview:
{ cf: undefined,
webSocket: null,
url: '<https://cdn.growthbook.io/api/features/[our> key]',
redirected: false,
ok: false,
headers: {},
statusText: 'Origin SSL Handshake Error',
status: 525,
bodyUsed: false,
body: { locked: false } }
Works fine locally using vercel dev
.
@future-teacher-7046 did you ever experience this error?jolly-raincoat-86650
02/09/2022, 1:55 PMSELECT
user_id,
anonymous_id,
received_at as timestamp,
experiment_id,
variation_id
FROM
experiment_viewed
jolly-raincoat-86650
02/11/2022, 5:00 AMadventurous-vase-72101
02/11/2022, 7:28 AMjolly-raincoat-86650
02/15/2022, 2:50 AMearly-battery-30877
02/16/2022, 2:50 AMdry-knife-80930
02/16/2022, 4:40 AMearly-battery-30877
02/18/2022, 1:18 AMgorgeous-caravan-72440
02/18/2022, 3:01 PMhigh-forest-57613
02/22/2022, 11:58 AMmicroscopic-queen-6171
03/01/2022, 9:39 AMearly-wolf-11506
03/02/2022, 1:59 PMblue-honey-14701
03/03/2022, 7:15 AM.setAttributes(…)
Again, great project. I’m confident that my team and myself will be using this in the near future. 👍gorgeous-caravan-72440
03/03/2022, 12:00 PMdazzling-photographer-61480
03/06/2022, 4:15 PMhelpful-carpenter-3208
03/07/2022, 4:13 AMhelpful-carpenter-3208
03/07/2022, 4:45 AM