You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cacheFlags config option is set to true, cached traits overwrite updated traits in the Flagsmith dashboard. Making it difficult to update traits through Flagsmith dashboard.
Steps to Reproduce
Set the cacheFlags: true
Set trait in Flagsmith dashboard with value X for an identified user
Make sure the SDK consumer cachedi that trait and flags in your browser's local storage
Update trait with value Y in the Flagsmith dashboard.
Refresh SDK consumer and check if trait value in local storage is X
Check if trait value in Flagsmith dashboard has changed back from Y to X
Expected Behavior
When cacheFlags is enabled, updated traits in the Flagsmith dashboard should not be overwritten by cached values. The updated traits should be reflected accurately.
The text was updated successfully, but these errors were encountered:
tiagoapolo
changed the title
When cacheFlags: true cached traits overwrites updated traits in Flagsmith dashboard
When cacheFlags: true cached traits overwrite updated traits in Flagsmith dashboard
Dec 13, 2024
Description
When the cacheFlags config option is set to true, cached traits overwrite updated traits in the Flagsmith dashboard. Making it difficult to update traits through Flagsmith dashboard.
Steps to Reproduce
cacheFlags: true
X
for an identified userY
in the Flagsmith dashboard.X
Y
toX
Expected Behavior
When cacheFlags is enabled, updated traits in the Flagsmith dashboard should not be overwritten by cached values. The updated traits should be reflected accurately.
The text was updated successfully, but these errors were encountered: