brief-traffic-36675
05/11/2023, 9:46 AMk8s
cluster, the other microservices will communicate with it internally. We can (additionally) expose its endpoint externally. My question is the following: What should be the value of GROWTHBOOK_API_HOST
env var? I assume this should be set to the one that the GB cloud (managed instance) will try to reach it or the one that the other microservices will try to contact?gifted-arm-59134
05/11/2023, 11:37 AMbrief-traffic-36675
05/11/2023, 1:10 PMambitious-apartment-58735
05/12/2023, 1:57 AMadventurous-jelly-25184
05/12/2023, 12:29 PMambitious-apartment-58735
05/12/2023, 5:58 PMsquare-leather-98692
05/15/2023, 12:01 PMloud-forest-5892
05/15/2023, 6:30 PMmixpanel.get_property
call only applies to super properties, and mixpanel doesn't seem to have a function to get non-superproperties into our SDK (and therefore Growthbook). Has anyone had any luck pulling this or other properties that are tagged at the event level?
Thanks!white-state-74924
05/16/2023, 8:01 AMdamp-branch-45047
05/16/2023, 10:41 AMastonishing-yacht-13036
05/16/2023, 2:13 PMproud-wolf-92382
05/16/2023, 2:33 PMThis SDK supports both Java and Kotlin Android apps using Android SDK 21 and above.
Is this correct, or am I doing something wrong?colossal-parrot-70610
05/16/2023, 3:17 PMAmerica/Los_Angeles
careful-horse-53996
05/17/2023, 8:53 AMtrackingCallback
that, for a user, isn't being called (it works for two other people). We've created a feature, enabled it, added an Experiment Rule which splits traffic 50/50, splits by id. What am I missing? Screenshots attached in this thread.gray-crayon-34592
05/17/2023, 9:02 AMechoing-engine-15387
05/17/2023, 8:43 PMechoing-engine-15387
05/17/2023, 8:44 PMIf I running on developement mode everything works fine
worried-waiter-18787
05/18/2023, 3:31 PMbrief-traffic-36675
05/18/2023, 7:30 PMMONGODB_URI
should have? mongodb+srv://<username>:<password>hostname
?brief-traffic-36675
05/18/2023, 9:59 PMPORT
, this is automatically used by both the front-end
and backend
and there is a conflict?brief-traffic-36675
05/18/2023, 10:01 PMgrowthbook/growthbook
container, right?brief-traffic-36675
05/19/2023, 3:27 PMk8s
. How to I see the ui to login? Because when I go to the url that exposes the services, e.g. <https://my.growthbook.mydomain.com>
I see this
{
"name": "GrowthBook API",
"production": true,
"api_host": "<http://localhost:3000>",
"app_origin": "<https://localhost:3100>",
"config_source": "db",
"email_enabled": false,
"build": {
"sha": "cf216ccc76a9d54e4bd793781e3e1d2e45385548",
"date": "2023-05-18T14:47:09Z"
}
}
brief-traffic-36675
05/19/2023, 8:30 PMAPI_HOST
/ APP_ORIGIN
env vars to?brief-traffic-36675
05/19/2023, 8:34 PMcurl <http://localhost:3100>
{"name":"GrowthBook API","production":true,"api_host":"<http://localhost:3100>","app_origin":"<https://localhost:3000>","config_source":"db","email_enabled":false,"build":{"sha":"cf216ccc76a9d54e4bd793781e3e1d2e45385548","date":"2023-05-18T14:47:09Z"}}root@growthbook-api-web-685f59dbdf-fgxvn:/usr/local/src/app#
So why is the frontend unable to communicate with the API?brief-traffic-36675
05/20/2023, 11:22 AMgrowthbook
container running on different hosts, one just serving the api
and the other one the front-end
? (assuming we set the correct values for API_HOST
and APP_ORIGIN
?ripe-postman-99950
05/22/2023, 10:55 AMloud-forest-5892
05/22/2023, 3:02 PMdoes match regex
Thanks.brief-traffic-36675
05/22/2023, 5:02 PMdamp-branch-45047
05/23/2023, 6:45 AMbrief-traffic-36675
05/23/2023, 8:13 AMAPI_HOST
to <http://localhost:3100>
never worked despite the fact this url was working from inside the container)