i have updated testcafe to testcafe@0.20.0 the error still happened
.
I tried to bypass the proxy by "--proxy-bypass" (testcafe chrome tests/onboard-merchant/onboard-with-online-payment.js -s screenshots --proxy-bypass localhost:8080
) but i think i got the whole thing wrong so maybe someone can explain me better with example how to.
we don't use proxy in the company now i can't provide url as this is restricted given its a financial company.
Test begin with e.g. "http://10.15.1.85:50568/xOdCmV8xn/https://portal.acc.payconiq.com/admin-portal/login"
logs in successfully (https://login.microsoftonline.com/...)
testcafe goes on and fills all the form successfully
when the button submit is click the error happens
my wild guess is the post that is sent back the application server could not pass the testcafe proxy for some reason i can't explain.