Hi Team, Thanks for Growthbook, you guys are doing...
# give-feedback
s
Hi Team, Thanks for Growthbook, you guys are doing a great job. We are integrating growthbook into our application, and are currently using pro version. We have found couple of probable blockers 1. Probably this is a bug, spotted an issue which is preventing us from publishing a feature flag, I have tracked it here 2. Also we have a feature request, I can see that currently audit logs do not track saved groups, I would be nice if they track changes to them - created a feature request here I would be nice if I can get a ETA on the above two. Thank You.
r
Our official support hours are 6:30am - 5pm Pacific Time, Monday through Friday. You may occasionally hear from us outside of these hours. Your support request has been logged in our system. Our support team will get back to you very soon!
Hi Mohammed, thanks for submitting the bug report and the feature request. I'm waiting to hear back from the Engineering team about whether these are on our roadmap for the near future.
👍 1
f
I was able to track down the cause of this bug. It's happening because you deleted the default environment (
production
) and replaced it with new environments. When checking permissions, it was mistakenly trying to make sure the user had access to the deleted
production
environment in addition to the ones actually affected by the draft.
I have a PR that fixes this issue, but want to do some more extensive testing on this before merging since it touches some important code. https://github.com/growthbook/growthbook/pull/1865