Proxy server issue when launching the website
See original GitHub issueWhat is your Scenario?
When opening https://xeni.booking.xeniapp.net/ URL using the Test Cafe.
What is the Current behavior?
404 page is shown
What is the Expected behavior?
It should show the webpage correctly
What is your public website URL? (or attach your complete example)
https://xeni.booking.xeniapp.net/
What is your TestCafe test code?
fixture Launch Website
.page(https://xeni.booking.xeniapp.net/);
test(‘Launch page’, async () => { });
Your complete configuration file
{
“selectorTimeout”: 90000,
“pageLoadTimeout”: 90000,
“browserInitTimeout”: 180000,
“assertionTimeOut”: 90000,
“disableMultipleWindows”: true,
“skipJsErrors”: true,
“concurrency”: 1,
“speed”: 1,
“stopOnFirstFail”: false,
“quarantineMode”:{
“successThreshold”:1,
“attemptLimit”: 3
},
“screenshotPath”: “/screenshots/”,
“screenshots”: {
“takeOnFails”: true,
“fullPage”: true,
“pathPattern”: “${DATE}_${TIME}/test-${TEST_INDEX}/${USERAGENT}/${FILE_INDEX}.png”
}
}
Your complete test report
No response
Screenshots

Steps to Reproduce
1.Launch browser 2.Navigate to the https://xeni.booking.xeniapp.net/ URL.
TestCafe version
1.16.0
Node.js version
14.17.4
Command-line arguments
testcafe chrome src/pricing.js --skip-js-errors
Browser name(s) and version(s)
Chrome v 96.0
Platform(s) and version(s)
Windows 10
Other
We have all the tests completed on the https://xeniapp.com/ website using Testcafe. But we have launched the Multi-tenant system as a new application, which is on top of the old application, but due to this issue we are not able to login to the application. We thought that the issue is from our side, but our dev team has tried to fix and realized that this is the issue from the Testcafe side. Could you please look into it asap? thank you.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (4 by maintainers)

Top Related StackOverflow Question
No updates yet. Once we get any results, we will post them in this thread.
Hi @Vooha-QualiTlabs
Thank you for the information. We will investigate it.