quick-beach-57045
07/12/2022, 4:40 AMthousands-ice-10737
07/13/2022, 1:19 PMThe security token included in the request is invalid.
, although we’re filling freshly get credentials - outputs of aws configure get stag.aws_access_key_id
and aws configure get stag.aws_secret_access_key
(stag
is name of the profile)
Thank you cc @thousands-park-56020thousands-baker-67904
07/14/2022, 8:20 AMagreeable-toddler-49354
07/15/2022, 9:51 AMwhite-leather-66229
07/15/2022, 6:23 PMnull
. Any idea what I'm doing wrong. It appears to be fully publishedflaky-computer-61791
07/15/2022, 9:39 PMhappy-vase-5985
07/18/2022, 11:59 AM{
"mutations": [
[
"#__next > div:nth-child(1)",
"set html",
"Foo bar version"
]
],
"css": ""
}
Where do I need to put it in order to have my experiment displayed in my website?eager-rainbow-87882
07/18/2022, 9:38 PMsparse-accountant-63897
07/19/2022, 4:27 PMdocker-compose.yml
that came with the git repo. And we defined data sources and metrics using the web UI forms. I am guessing that all the meta data is being stored in mongoDB. However, when we restarted the docker container using the following commands , I lost all the metrics, exposure and other definitions. I also lost users who registered. I am sure there is a better way to stand it up so as to persist across restarts? Any suggestion is appreciated
docker compose down
docker compose up
ambitious-crowd-69774
07/22/2022, 4:03 AMSyntaxError: Named export 'GrowthBook' not found. The requested module '@growthbook/growthbook' is a CommonJS module, which may not support all module.exports as named exports.
Im testing this in a barebones sveltekit/typescript project and just by importing growthbook it throws this error at build time.
This is my import - copied from docs:
Import { GrowthBook } from “@growthbook/growthbook”
This is a barebones, fresh sveltekit app I'm testing on. Runs fine during dev but fails at build.
Does anyone have any ideas here ?white-leather-66229
07/25/2022, 5:18 PMpage_split_about
, I also have an experiment analysis linked to page_split_about
. Clicking on this even redirects me to the correct Feature. When I access the Feature and select "View results" it says, "We couldn't find an analysis yet for that feature. Create a new one now."
This is clearly incorrect, can someone please help me understand what I am doing wrong here?
Thank you for the assistancebrash-raincoat-88597
07/26/2022, 3:16 AMSegments
does? I can’t find it under https://docs.growthbook.io/white-leather-66229
07/26/2022, 8:38 PMbored-forest-47521
07/26/2022, 8:50 PMnarrow-psychiatrist-15437
07/27/2022, 1:22 PMtrackingCallback
function, which runs inside the root Middleware function (middleware.ts
):
error - unhandledRejection: TypeError: fetch failed
at Object.processResponse (evalmachine.<anonymous>:3033:34)
at evalmachine.<anonymous>:3366:42
at node:internal/process/task_queues:141:7
at AsyncResource.runInAsyncScope (node:async_hooks:201:9)
at AsyncResource.runMicrotask (node:internal/process/task_queues:138:8) {
cause: TypeError: define_process_default.nextTick is not a function
at Client.[dispatch] (evalmachine.<anonymous>:5298:34)
at Client.dispatch (evalmachine.<anonymous>:3987:33)
at Pool.[dispatch] (evalmachine.<anonymous>:4212:32)
at Pool.dispatch (evalmachine.<anonymous>:3987:33)
at Agent2.[dispatch] (evalmachine.<anonymous>:6611:27)
at Agent2.dispatch (evalmachine.<anonymous>:3987:33)
at evalmachine.<anonymous>:3752:83
at new Promise (<anonymous>)
at dispatch (evalmachine.<anonymous>:3752:16)
at httpNetworkFetch (evalmachine.<anonymous>:3657:65)
}
Here’s how my tracking callback function looks:
trackingCallback: async (experiment, result) => {
// Track experiment result with Rudderstack
await fetch(`${rudderstack.dataPlaneUrl}/v1/track`, {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: `Basic ${rudderstack.basicAuthHeader}`,
},
body: JSON.stringify({
anonymousId: anonymousId,
event: "experiment",
properties: {
experimentId: experiment.key,
variationId: result.variationId,
},
}),
})
},
I’m using the latest version of @growthbook/growthbook
, tested that the tracking URL of Rudderstack is valid, and have verified that the error does not happen with Next 12.1.6.
Has anyone else experienced this error – and maybe found a solution?adventurous-jelly-25184
07/11/2022, 8:55 AMenough-alligator-44557
08/05/2022, 12:02 PMenough-alligator-44557
08/05/2022, 12:03 PMenough-alligator-44557
08/05/2022, 12:03 PMenough-alligator-44557
08/05/2022, 12:03 PMenough-alligator-44557
08/05/2022, 12:03 PMsticky-insurance-60813
08/05/2022, 3:21 PMsticky-insurance-60813
08/05/2022, 9:49 PMbetter-byte-26469
08/08/2022, 9:04 AMbetter-byte-26469
08/08/2022, 9:05 AMbetter-byte-26469
08/08/2022, 9:08 AMsquare-thailand-79850
08/08/2022, 4:22 PMsticky-insurance-60813
08/08/2022, 4:42 PMbetter-byte-26469
08/09/2022, 1:34 PMbrainy-rocket-68873
08/09/2022, 4:24 PM