product · inferred from evidence
GrowthBook
A product with a form-validation feature for adding data sources.
- How I can give a current status of growthbook (healthchecks)?
[jdorn (maintainer)]: To healthcheck GrowthBook itself, hit the API server's GET /healthcheck endpoint (see the Self-hosting CDN docs). The GrowthBook Proxy exposes a /healthcheck endpoint too.
- GrowthBook maxConcurrentQueries not respected queries bypass the queue BigQuery
In Growthbook: This was a GrowthBook bug in the query queue that a maintainer fixed in a PR; the reporter tested it for several days and confirmed it solved the issue. Upgrade GrowthBook to a version containing that fix.
- GrowthBook self-hosted Error sending email SSL routines ssl3_get_record wrong version number
The maintainer fixed a bug with port 587 and simplified the SMTP settings: you no longer need to specify EMAIL_USE_TLS at all. Port 465 always uses TLS; every other port starts plain and upgrades via STARTTLS if the server supports it.
- GrowthBook REST API update experiment wipes targeting and splits POST api v1 experiments
What this covers: POSTing to /api/v1/experiments/{id} to update analysis metrics silently wipes the experiment targeting rules and traffic splits, resetting them to {} and a 50/50 split, experiments stop triggering and traffic drops to zero
- GrowthBook cannot add data source with empty password Please fill out this field
This was a GrowthBook form-validation bug, fixed by the maintainer the same day it was reported. Pull the latest Docker image (post-fix build) and restart the container; data sources with empty passwords can then be saved.
- GrowthBook C# Blazor: EvalFeature always returns defaultValue source
In a Blazor app, GrowthBook EvalFeature ignored rules and always returned source defaultValue. A bug in the C# SDK, fixed on NuGet as v1.0.5; upgrade the package.