I have created a user property called client and have hit it multiple times using the JavaScript SDK (Server) and also shows flag is on or off for the filters but in the feature flag it is still showing that property has not been received.
The code for the user properties is here:
const user = {
user_properties: {
client: 'uber',
}
}
const variants = await experiment.fetchV2(user);