Hello, I am encountering an issue while attempting...
# announcements
g
Hello, I am encountering an issue while attempting to run an experiment on IE11. I have allocated 100% of the traffic to Group 1, which should lead to the experiment result always being true. This setup worked as anticipated on Google Chrome, but I am facing difficulties with IE11. On IE11, the experiment result consistently turns out to be false, and it appears that the trackingCallback either didn't trigger or experienced some issue. Any assistance would be greatly appreciated. Thank you very much.
h
We don't technically support any of the IE versions, although it does seem odd that IE 11 would have issues. You could try setting
growthbook.debug = true
immediately after instantiating the SDK, which will enable logging. This might give some clues as to why the evaluation is failing.
g
I see, Thank you!