1

,

I followed all the steps as in documentation of Laravel but still no luck And i am using Docker (laradock) in mac

naVin Shrestha
  • 58
  • 1
  • 10
  • have you tries this https://stackoverflow.com/questions/42040362/laravel-dusk-error-failed-to-connect-to-localhost-port-9515-connection-refused – bhucho Jul 30 '20 at 17:43
  • I tired that but no luck and i am using mac – naVin Shrestha Jul 31 '20 at 03:52
  • there is a issue similar to this on github laravel/dusk try this https://github.com/laravel/dusk/issues/649 – bhucho Jul 31 '20 at 07:14
  • I tried using it previously got solved by answer of staudenmeir in the issue mentioned above – bhucho Jul 31 '20 at 07:15
  • also you should edit your answer to mention that you are using mac – bhucho Jul 31 '20 at 07:16
  • @bhucho sorry none of these solved my problem – naVin Shrestha Jul 31 '20 at 10:19
  • I have one more suggestion, you can try installing chromium browser, and set the platform, also have you tried with laravel homestead, you can also search for an issue which covers for docker and mac, if not found then you can raise a new issue, the new version is creating problems I don't know if they have resolved yet. – bhucho Jul 31 '20 at 10:26

1 Answers1

0

Since you are on a Mac, try installing Chromium with Brew:

brew install --cask chromium

This fixed the issue for me.

PhillipKregg
  • 9,358
  • 8
  • 49
  • 63