Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Jorge_19's avatar

Dusk curl error

I'm new to Laravel Dusk, help please!

  1. Tests\Browser\DuskTest::dusk_index Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http POST to /session/3f47d496048a55f1f0a47c07ccf3e087/url with params: {"url":"http://dusk.test//"}

Operation timed out after 30015 milliseconds with 0 bytes received

0 likes
1 reply
Nakov's avatar

As I see in the Github page for the same issue here everyone suggests for an outdated Chrome driver, so make sure that you read the issues there and some of the solutions and try them out. Also there is a package created for updating the Chrome driver take a look

https://github.com/staudenmeir/dusk-updater

Please or to participate in this conversation.