Indeed that file does not exist. Did you try composer update
Oct 4, 2022
4
Level 1
Trying to install Dusk Chrome drivers gives 404 error
Like the title says, I'm running php artisan dusk:install but I'm getting this error:
file_get_contents(https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac64_m1.zip): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
I've also tried php artisan dusk:chrome-driver but it gives the same error. And yes, Dusk is included in my composer.json file, dependencies are installed, Chrome is installed and up to date, etc.
Level 102
1 like
Please or to participate in this conversation.