**Context:** - GOOD Playwright Version: [what Playwright version worked nicely?] 1.8 - BAD Playwright Version: [what Playwright version doesn't work any more?] 1.17 - Operating System: [e.g. Windows, Linux or Mac] Linux - Extra: [any specific details about your environment] playwright docker image **Code Snippet** My code does ```js await page.goto('http://127.0.0.1:3001/docs/index.html#/'); ``` and it was working until I updated. I'm not sure what the root cause is, maybe it isn't page.goto's issue, but that's how I encounter it. **Describe the bug** On 1.8, this work fine. on 1.17, it times out.