Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling a feature in the GrowthBook UI did not also disable features in the application #67

Closed
august-growthbook opened this issue Jul 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@august-growthbook
Copy link

Submitting this on behalf of a user:

If no features are sent then the SDK does not recognize that a change has occurred, so the feature array never gets updated. Its probably something that needs to be fixed in the SDK but we can work around it for now by always sending one enabled feature.


The original issue was disabling a feature in the GB UI did not cause the features to be disabled in the application.

When we debugged the code, we saw that even though the calls to GB were showing that features had changed, the GrowthBookBuilder refreshHandler was still saying refereshed = false. We were wondering if there was some level of cache happening that was preventing the GB SDK from getting the latest state. We gave it over 30 min but the SDK is still not getting the correct refreshed state.

@august-growthbook august-growthbook added the bug Something isn't working label Jul 10, 2024
@vazarkevych
Copy link
Collaborator

Hi, @august-growthbook. We will check that and find a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants