Hi, I got over this issue just now, it was a product training issue. I learned that adding a javascript evaluation step before the failing step and adding the required cookies got me further in the test replay. This message helped me:
I set these cookies and I was able to continue the journey to develop the test
document.cookie = 'JSESSIONID=97CC004632E930D926C9ECCE2E07D157; path=/; domain=192.168.150.129'
document.cookie = 'iw_user=Administrator; path=/; domain=192.168.150.129'
document.cookie = 'iw_domain=WIN8KTS732; path=/; domain=192.168.150.129'
document.cookie = 'IWAUTH=52616e646f6d49561e14f912701a744e798d9e21f64719cb3836a94daebf891c5e4c2e81704c70fa541e573c34d0f48ab7c46a157d45f51b5d6340e523e487d1f11eda8af8dafd90; path=/; domain=192.168.150.129'