Troubleshooting
Connection Issues
"timeout of 30000ms exceeded" or "failed to connect"
export HTTPS_PROXY=http://proxy.company.com:8080
npm run setup$env:HTTPS_PROXY = "http://proxy.company.com:8080"
npm run setup"Connection refused" or "ECONNREFUSED"
Authentication Issues
"Invalid credentials" during setup
"Failed to validate token" or "Unauthorized"
"Invalid bearer token" for qTest
Report Issues
"No test data found"
"Unknown user" warnings in report output
High number of unmapped tests
Recommendations Issues
Recommendations wizard shows no test stages
"Report too old" or "Report recency threshold not met"
"⚠️ Mock mode enabled" in recommendations output
Skip status not applied in qTest
Configuration Issues
"Invalid JSON" error on startup
"Missing required field" error
Getting More Information
Last updated
Was this helpful?

