stale-tailor-47769
06/05/2025, 5:09 AM{
"id": "123",
" platform": "ios",
"version": "2.0.2"
}
and i added a force rule = true, with filter
{
"version": "2.0.2"
}
but when i tried to check from the backend if the feature is enable, it returns false.
const userContext = {
attributes: {
id: "123",
},
};
const isEnabled = gbClient.isOn(
"feature1",
userContext
);
any idea what's wrong? thank youfresh-football-47124
fresh-football-47124
fresh-football-47124
stale-tailor-47769
06/10/2025, 7:49 AMstale-tailor-47769
06/10/2025, 7:50 AMstale-tailor-47769
06/10/2025, 7:50 AM