Troubleshooting
1. A User Identifier error occurs when calling variation
variationCause
Solution
hackleClient.variation(6, "user_id") // incorrect
hackleClient.variation(6, { id: "user_id" }) // correct2. I am using a custom identifier but the metrics look incorrect
Things to check
Incorrect example
Correct example
3. The Real-time Exposure Status keeps increasing for the same user
4. After the test ends, all traffic goes to the Winner group
Recommended order
5. Overrides in the JavaScript SDK are not reflected immediately
Solution

6. It seems like users are all being assigned to variation A
How to identify the cause
Last updated