nice-shampoo-1738
10/05/2022, 11:52 AMworried-planet-2191
10/06/2022, 8:41 AMthousands-doctor-54767
10/06/2022, 6:37 PM<http://localhost:3100>
. Verified I can hit that url via curlbrief-australia-32533
10/10/2022, 6:00 PMbitter-advantage-46115
10/10/2022, 8:14 PMrelation "viewed_experiment" does not exist
error. Also I'm trying to figure out where the Logged-in users assignment table is.nutritious-waiter-93215
10/11/2022, 9:54 AMwide-stone-93283
10/11/2022, 8:56 PMIF list includes val1 AND list includes val2
but when saving it, it only saves the first condition.brave-dawn-89439
10/12/2022, 12:00 PMcool-apple-97384
10/13/2022, 4:16 AMgrowthBookTrackingCallBack: (gbExperiment, gbExperimentResult) {}
Because I was tried to assigned user to specific value, that method never called. Thanks.bitter-advantage-46115
10/14/2022, 12:33 PM_next/static/css
and _next/static/chunks/*
files. Some page refreshes the app works and some it doesn't.brash-stone-46387
10/17/2022, 12:23 AMmysterious-iron-16289
10/17/2022, 9:53 AMbrave-dawn-89439
10/17/2022, 10:52 AMstrong-whale-76813
10/18/2022, 2:14 PMbland-soccer-81127
10/19/2022, 2:32 PMbland-soccer-81127
10/19/2022, 3:45 PMorange-television-22407
10/20/2022, 3:15 AMio.growthbook.sdk:GrowthBook:1.0.3
on an app that supports min sdk 21
and I get this error,
about making my project's minSdk version
to at least 26
. And I found that growthbook
on android has set it's min sdk
to 26
.
as such,
<uses-sdk
android:minSdkVersion="26"
android:targetSdkVersion="31" />
I also added this as an issue on github, please check link for reference.
https://github.com/growthbook/growthbook-kotlin/issues/37
I would like to ask how do I get this to work as the documentation states that
this SDK supports both Java and Kotlin Android apps using Android SDK 21 and above.
Thanks! Looking forward to hearing from you.
(https://docs.growthbook.io/lib/kotlin)helpful-telephone-92083
10/24/2022, 11:24 AMboundless-autumn-39685
10/24/2022, 4:06 PMthankful-park-26562
10/25/2022, 9:32 AMthankful-park-26562
10/25/2022, 9:33 AMfull-kitchen-78538
10/25/2022, 8:41 PMbillions-memory-82613
10/28/2022, 3:21 PMtrackingCallback
doesn't ever get called. Any ideas?
My Code: https://gist.github.com/sshleifer/88cfef883d45b812ed6c7cd5dca25800#file-growthbook-py-L44full-kitchen-78538
10/28/2022, 6:49 PMboundless-autumn-39685
10/30/2022, 5:48 PMpolite-pillow-33171
11/02/2022, 9:49 PMError connecting to the GrowthBook API at <https://api.growthbook>.[...].com
with the Failed to fetch
error.
When we try to manually request the API, we get the following
❯ curl <https://api.growthbook>.[...].com
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
Looking at the logs, it seems like the main application pod encounters the following error:
yarn run v1.22.19
$ wsrun -p '*-end' -m start
back-end
| $ node dist/server.js
front-end
| $ next start
| ready - started server on 0.0.0.0:3000, url: <http://localhost:3000>
back-end
| Back-end is running at <http://localhost:3100> in production mode
| Press CTRL-C to stop
|
| MongooseServerSelectionError: connection timed out
| at NativeConnection.Connection.openUri (/usr/local/src/app/node_modules/mongoose/lib/connection.js:847:32)
| at /usr/local/src/app/node_modules/mongoose/lib/index.js:351:10
| at /usr/local/src/app/node_modules/mongoose/lib/helpers/promiseOrCallback.js:32:5
| at Promise._execute (/usr/local/src/app/node_modules/bluebird/js/release/debuggability.js:384:9)
| at Promise._resolveFromExecutor (/usr/local/src/app/node_modules/bluebird/js/release/promise.js:518:18)
| at new Promise (/usr/local/src/app/node_modules/bluebird/js/release/promise.js:103:10)
| at promiseOrCallback (/usr/local/src/app/node_modules/mongoose/lib/helpers/promiseOrCallback.js:31:10)
| at Mongoose._promiseOrCallback (/usr/local/src/app/node_modules/mongoose/lib/index.js:1149:10)
| at Mongoose.connect (/usr/local/src/app/node_modules/mongoose/lib/index.js:350:20)
| at /usr/local/src/app/packages/back-end/dist/init/mongo.js:26:41
| at Generator.next (<anonymous>)
| at /usr/local/src/app/packages/back-end/dist/init/mongo.js:8:71
| at new Promise (<anonymous>)
| at __awaiter (/usr/local/src/app/packages/back-end/dist/init/mongo.js:4:12)
| at exports.default (/usr/local/src/app/packages/back-end/dist/init/mongo.js:19:25)
| at /usr/local/src/app/packages/back-end/dist/app.js:106:43
| at Generator.next (<anonymous>)
| at /usr/local/src/app/packages/back-end/dist/app.js:31:71
| at new Promise (<anonymous>)
| at __awaiter (/usr/local/src/app/packages/back-end/dist/app.js:27:12)
| at /usr/local/src/app/packages/back-end/dist/app.js:105:34
| at /usr/local/src/app/packages/back-end/dist/app.js:108:16 {
| reason: TopologyDescription {
| type: 'Single',
| setName: null,
| maxSetVersion: null,
| maxElectionId: null,
| servers: Map(1) { 'growthbook-mongodb:27017' => [ServerDescription] },
| stale: false,
| compatible: true,
| compatibilityError: null,
| logicalSessionTimeoutMinutes: null,
| heartbeatFrequencyMS: 10000,
| localThresholdMS: 15,
| commonWireVersion: null
| }
| }
| Error: MongoDB connection error.
| at /usr/local/src/app/packages/back-end/dist/init/mongo.js:34:15
| at Generator.throw (<anonymous>)
| at rejected (/usr/local/src/app/packages/back-end/dist/init/mongo.js:6:65)
| error Command failed with exit code 1.
| info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
| `yarn start` failed with exit code 1
The fix that has worked thus far is restarting the pod hosting the frontend/backend. However, we were wondering if there is a way for the system to failover. Even though ``yarn start` failed with exit code 1` , the application pod was deemed Running
on K8s.
Since both back-end and front-end are packaged into one container, what is the best way to perform a liveliness and readiness probe on the application so that it checks both the front-end and back-end system? Many thanks in advance!creamy-rocket-65969
11/06/2022, 12:58 AMgrowthbook.isOn()
never returns true on the Javascript sdk. What am I doing wrong?brave-garage-63591
11/09/2022, 3:57 PMbillions-memory-82613
11/10/2022, 3:53 PMmany-kilobyte-13948
11/11/2022, 3:25 PM