Closed ea244wmi closed 7 months ago
Hi @ea244wmi would it be possible to get a minimal code example for this? I can't really see why safari could behave any differently here but I'm sure we'll solve it if we can get replication.
Also, could I just check you're using the latest Flagsmith? We have fixed a couple issues in the past with useFlags updating.
Closing for now, please re-open with any further information.
We have noticed an inconsistent behavior with our feature flags, specifically on Safari/MacOS. The issue manifests as a discrepancy between the network tab and the useFlags report.
In some instances, despite the network tab clearly indicating that a feature flag is enabled, useFlags reports the flag as disabled. This inconsistency is not constant but occurs intermittently and appears to be more frequent on Safari/MacOS.
Logs related to this issue are attached below for further investigation.
In network tab I can see one request to flagsmith edge api. (https://edge.api.flagsmith.com/api/v1/flags/) After payload inspection I can clearly see that flag which we're interested in is enabled:
It’s also worth noting that there is no segment overriding logic in place that could potentially cause this discrepancy.