Dusk Version: 6.17 Laravel Version: 8.5 PHP Version: 7.4.3 Database Driver & Version:mysql 8.0.26
Description: I am running laravel on Ubuntu along with laravel valet. My local domain is http://www.amlsuite24.test. I have installed Laravel Dusk with chrome driver version 92.0.4515.107 and have chromium-browser version 92.0.4515.131 installed.
And my APP URL in .env as below:
I can confirm that the chromedriver is able to start by running the bin file:
When i try to run the example test provided, using php artisan dusk the chromium browser opens up blank and the command seems stuck:
Also a new chromium window seems to open every 30s or so
Any help would be appreciated, already went through the below posts: https://laracasts.com/discuss/channels/forge/can-i-run-laravel-dusk-on-my-forge-server#reply=327364 https://github.com/laravel/dusk/issues/6