https://www.growthbook.io/ logo
Join Slack
Powered by
# give-feedback
  • c

    clean-city-48510

    12/06/2024, 1:08 PM
    SDK C# @fresh-football-47124 Targeting based on: • does not match regex does not work for STRING type attributes (for example, I have attr like "LO,W6" which is IATA of airlines available on page. This is very limiting for us because many experiments need to be run across a group of airlines, but there are usually a few exceptions (airlines that lack certain features available to others). Currently, we are unable to run such experiments effectively. Development of The C# SDK appears to be dead, with little to no ongoing development. Is there any chance that the GrowthBook team could support the development of this SDK? https://github.com/growthbook/growthbook-c-sharp/issues/44
    f
    f
    • 3
    • 2
  • f

    fresh-stone-24633

    12/10/2024, 6:09 PM
    Hello I have a request for the Growthbook devtools. When I change my User Attributes and save them they are only stored when I remain on the page. I would be great if the attribute that I adjusted remains the same even after a page reload and/or visiting another page. The reason is that it would help me with testing out the attributes during QA. For example I would set or change an existing attribute value to i.e. QA. and also exclude running tests from this QA attribute. This way I can test my targeting attributes and also do QA by making sure that I’m not in any other running experiments. Does anybody else run into these issues? How do you deal with them?
    h
    h
    • 3
    • 4
  • a

    ambitious-apartment-58735

    12/13/2024, 7:52 PM
    I think there's a small bug when trying to filter metrics (on the /metrics page) by tag. The only options in the tag dropdown are the ones that happen to be applied to metrics on the current page. Let me know if the issue is clear or if you need screenshots, etc.
    f
    • 2
    • 5
  • n

    narrow-elephant-99905

    12/20/2024, 12:12 PM
    Hi! I've run into a bug, I'm trying to evaluate SDK webhooks on the free plan, but I just deleted an SDK connection with a webhook, and it still thinks I have a webhook so won't let me create another (due to free plan limit - "your webhook limit has been reached") even though I no longer have any SDK connections with webhooks.
    f
    m
    • 3
    • 5
  • b

    billions-house-96196

    12/24/2024, 4:20 PM
    Where did the overview tab go? I'd like it back please!
    f
    h
    • 3
    • 14
  • h

    helpful-carpenter-3208

    01/03/2025, 2:22 PM
    Hi team, is there an API to delete active members? I can see API doc about get members but not delete/deactivate members.
    • 1
    • 1
  • a

    adorable-engineer-38532

    01/14/2025, 12:21 PM
    When you released version 1.2.0 of the proxy I can admit I only did a functional test, didn't review the changelog in detail. I have some ideas I would like to share with you, I think they can be useful from a hosting perspective. Right now you are doing async calls in the healthcheck endpoint, I would rather see that you have a background worker or similar that retrieves the data periodically and store it. When calling the healthcheck return the stored data directly, non blocking. The issue arises when you lose connection to the API and the proxy is geolocated in a really remote part of the world. The pod can the be restarted multiple times when hitting the timeout value, and it can be hard to set a reasonable timeout value depending on the location. I had pods restarting several hundred times due to this, and I really don't want to increase the timeout value any more 😀 I would also like to see a liveness endpoint (/healthcheck/live) that is non blocking, non async, that just directly returns if the application is alive or not. Regards
    s
    f
    • 3
    • 2
  • b

    busy-horse-73824

    01/14/2025, 4:09 PM
    👋 Flagging that the CSV import logic for saved groups seems like it doesn't make sense It's collapsing all the values onto one line, then splitting by
    ,
    But a CSV of e.g. user IDs would normally look like this:
    Copy code
    user_id
    a
    b
    c
    This then turns into a single row in the group -
    user_idabc
    😂 So it should probably at least be putting a comma at the end of each line before removing the linebreaks?
    s
    n
    • 3
    • 2
  • l

    loud-hydrogen-50191

    01/16/2025, 4:18 AM
    on the sql template doc, probably it should have been
    Copy code
    (e.g. use '{{ startDate }}' instead of {{ startDate }}).
    instead of the original
    Copy code
    (e.g. use {{ 'startDate' }} instead of {{ startDate }}).
    ?
  • p

    plain-pharmacist-9564

    01/17/2025, 12:27 PM
    Would be nice to have a better layout for the Attributes that makes the description easier to read (by giving it more space). IMHO the Data Type column can be much smaller 😄
    f
    • 2
    • 3
  • p

    purple-pharmacist-44666

    01/23/2025, 11:27 AM
    Hi! 👋 My company is planning to use GrowthBook, but as part of the security vendor assessment aligned with ISO27001 requirements, we need some additional information. Could you help us with responding to the request from our security team, sent on January 17, 2025? The request was sent through Trustcenter using the email *zorg***man@macpaw.com*, but unfortunately, we haven’t received a response yet. If you’d prefer the request to be resent through a different communication channel, please let me know! Thank you!
    s
    f
    • 3
    • 6
  • a

    able-tent-93748

    01/28/2025, 2:49 PM
    Hi @Growthbook Team, I cannot access my Growthbook website; it always shows "This site can't be reached."
    p
    f
    • 3
    • 4
  • l

    lemon-airline-30634

    02/05/2025, 8:32 AM
    Hey Growthbook Team! Thank you for the great product. I would like to write a feature request. Our team daily check A/B tests in Growthbook. We have 3 pages of tests. And If I check AB test on the 2nd or 3rd page and want to go check the next test I need to come back to previous page in browser (it is always the first page of AB tests) then choose the 2nd or 3rd page, then find the next test and open it. I do it daily many times. It will make my work much easier if on the current page of AB test would be a button "Next test". This is my idea. Maybe you know how to solve this navigation issue better. Thanks in advance.
    f
    • 2
    • 7
  • d

    dry-ambulance-7044

    02/05/2025, 3:30 PM
    Am I right in thinking that once a visual editor test has been archived you can no longer look up what the CSS and JS changes that were applied were? I'd be quite useful to be able to look back as a reference
    f
    • 2
    • 6
  • r

    rough-park-54233

    02/10/2025, 6:22 PM
    Hi team, is there any chance https://github.com/growthbook/growthbook-cli/issues/45 from December could be addressed? I was really hoping to use this feature and found out that the
    --project
    flag on GrowthBook CLI isn't actually implemented.
    s
    • 2
    • 6
  • m

    microscopic-ocean-92851

    02/13/2025, 9:33 PM
    There is a bug with segments. They will not work for us at all. We get
    Syntax error: Expected ")" but got keyword WHERE at [83:13]
    The generated query has two
    where
    keywords instead of an
    and
    Copy code
    FROM
                  `ga4-explorations`.`analytics_383872824`.`events_*`
                WHERE
                  (
                    (_TABLE_SUFFIX BETWEEN '20241115' AND '20250214')
                    OR (
                      _TABLE_SUFFIX BETWEEN 'intraday_20241115' AND 'intraday_20250214'
                    )
                  )
                WHERE
                  customer_type != 'pro'
    f
    h
    • 3
    • 9
  • l

    loud-guitar-35849

    02/21/2025, 6:48 PM
    Hi guys. We're a self-hosted paying customer, ArtWorkout. I come here to say that we love this product. But. As a founder I'm unhappy with the redesign you made recently. The test statuses now are undistinguishable from each other and I used a "change test name" button a lot to highlight some tests or changes that have to be made on them. Basically I use them similar to Trello cards that can have their names changed. And now this button is hidden and that really frustrates me. Thanks for listening
    s
    m
    • 3
    • 6
  • i

    icy-lamp-84983

    02/25/2025, 2:25 PM
    Hi guys! We started to use GB a few months ago on a NextJS app successfully and we now want to use it on a PHP site but we’re having issue with the PHP-SDK related to PHP 8.4. It looks like this pull-request would fix our issue, can someone look at it? https://github.com/growthbook/growthbook-php/pull/29
    c
    • 2
    • 2
  • b

    billowy-pizza-30300

    03/08/2025, 1:19 AM
    Wouldn’t it be great to upgrade the plain textarea fields for JS + CSS with something like VSCode’s Monaco editor ? Syntax highlighting, autocompletion, find/replace, the list goes on… I always find myself copying to and from my IDE because editing code in a textarea field just doesn’t cut it 😅
    s
    • 2
    • 2
  • p

    plain-pharmacist-9564

    03/20/2025, 10:02 AM
    Hey, picking up a bug we see since a while now (initially reached out about this in December 24): We get
    Query execution was interupted. Please try again.
    error messages (in the Queries overview and a red warning symbol), but I can see in our query engine that the queries actually ran successfully in a reasonable timeframe and also GrowthBook gives it a tick + shows the data (but also an error message) 🤔 We would really appreciate a fix here as the error messages make stakeholders lose trust in the data 🙏 CC @ripe-tiger-2213
    • 1
    • 1
  • t

    thankful-exabyte-82433

    03/23/2025, 3:19 PM
    Hi! I don't know if someone already talked about this, but to avoid
    This message is hidden because it was posted more than 90 days ago
    or
    View messages and files older than 90 days PRO
    , GrowthBook can migrate to Discord which is free forever and it keeps chats for the eternity. Many open source projects migrated to Discord because of that feature. It would be awesome if you guys can consider it.
    s
    • 2
    • 5
  • l

    little-balloon-64875

    03/28/2025, 5:50 AM
    Would love a way to retain my login session for longer, it seems after only a few hours I have to re-login again. A week would be great, longer would be better.
    🚀 1
  • c

    clean-city-48510

    03/31/2025, 8:21 AM
    Since some update of GB site, my targeting rules looks unclear in each experiment. Please, fix it.
    👀 1
    h
    • 2
    • 1
  • l

    little-balloon-64875

    04/09/2025, 8:42 AM
    A few times it's happened where I've been trying to tie together a Fact Table SQL query and it seems to lag a bit, but doesn't change anything in the UI, but then we look at our Postgres CPU and it is pinned to 99%. It would be great to figure out how to implement some sort of catch or timeout for the query process so we're not unknowingly killing our database with no information from the GB side.
    • 1
    • 1
  • a

    acoustic-actor-75733

    04/11/2025, 5:20 PM
    Hello Growthbook Team, First of all a big thank you to you guys for such an awesome and simple AB testing tool! It's been a life saver for me. However, as a feedback, please work on your documentation part with code examples. I haven't been able to find any demo codebase or working example of sticky bucketing anywhere. Documentation as well is very theoretical on it. Also, it would be great if you could add an API doc section where you add all the methods and properties of growthbook instance available to view at one place, like how you have API docs for rest API part of it
    s
    • 2
    • 3
  • q

    quick-greece-27695

    04/19/2025, 2:20 AM
    Hey quick feedback - really enjoying GrowthBook so far - I think I found a quick bug on Edit Analysis. When you manually edit the End date, it looks like the datepicker is rendering under the form (z-index lower than popup and overlay): Windows chrome incognito mode. You can see the popup hidden in the bottom right, that hides/shows based on clicking on the date form below End (UTC)
    f
    • 2
    • 4
  • l

    late-ambulance-66508

    04/24/2025, 1:43 PM
    Hi! I have a question about calculating retention. Right now the rules are such that it is essentially considered Rolling Retention when we have the x+ days rule. Can you make it so that there is a restriction on the other side please? Not only >=, but also <. We have metrics RD1, RD7, RD1-7 where there are clear limits on when they must complete. Other than that, it would be really cool if it would be possible to pick a custom start event for retention. As an example: sometimes it's more correct for us to count those who have onboarded rather than from the first launch of the app. Plus, retention is usually counted from the first launch, not a specific event, so it won't be quite right for older users.
    h
    • 2
    • 4
  • l

    late-ambulance-66508

    04/25/2025, 9:41 AM
    I also don't really like the way queries are written in GB, they don't look very optimal, at least for my cases with ClickHouse. Often a query is made WITH first the full table, then from it the data is filtered by conditions for the experiment. Here I showed how the query is sped up by half simply by moving the filters around, using an example of one of the queries I copied from GB: https://www.diffchecker.com/QVthzUpn/ Anyway, GB is great!
    h
    • 2
    • 2
  • f

    faint-cat-56200

    05/07/2025, 6:08 PM
    x posting https://growthbookusers.slack.com/archives/C01T6Q1SVFV/p1746641222108219
  • h

    helpful-glass-76730

    05/12/2025, 8:11 AM
    Feedback regarding scheduling of experiments (tried searching on this, but couldn't find anything): As we are getting more comfortable with the tool, we now wanted to start working with scheduling experiments to reduce the manual work of having to remember to turn on and off the experiment. I had two experiments that were supposed to start this morning using the feature, but I noticed that they never went live and the scheduling was gone from the feature. When asking the support AI it said that I must first put the experiments as running since the feature rule can't move it from draft and then the scheduling should work. I've attached two images of what it should look like from my understanding. The issue with this approach is that it really doesn't (imo) make sense to have an experiment as running if it's not running. There is nothing on the experiment page either that suggests that it's scheduled to start running at a specific time either, which makes it more confusing. The same goes for when the rule is disabled. The experiment is still "running". If this is not already something you have in your backlog to look over, i'd be more than happy to submit a github request 🚀