Level 51
Check this...
When I specified the "authHost" in "server.js" with what was configured in homestead (e.g. 'http://app.dev'), then this worked fine.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, I'm following the steps from the repository https://github.com/tlaverdure/laravel-echo-server and when I init the server with ...
laravel-echo-server init
... it says that I need to run ...
laravel-echo-server start
... and here is when the error comes:
Options:
-h, --help Show help [boolean]
Cannot read property 'F_OK' of undefined
It works perfect on my Digital Ocean server, but when I try to do my tests on Homestead it just doesn't work. I need to keep testing on my local, how do can I fix it?
Thanks in advance!
Please or to participate in this conversation.