laravel-websockets icon indicating copy to clipboard operation
laravel-websockets copied to clipboard

Statistic Dashboard not found

Open FredZockt opened this issue 3 years ago • 2 comments

"laravel/framework": "^8.54" "beyondcode/laravel-websockets": "^2.0@beta"

when starting the websocket server at port 6001 everything seems to run normal: Starting the WebSocket server on port 6001...

and after some time it says: Saving statistics...

but for some reason I am unable to access any page under the 6001 port. even /laravel-websockets is resolved as a 404.

Does anybody has an advice what to do?

FredZockt avatar Aug 12 '21 08:08 FredZockt

HI, I have a same problem with dashboard. Server is running, and can connect obraz obraz

"beyondcode/laravel-websockets": "2.*", "laravel/framework": "^8.40",

I commented on all mine routes and dashbord is not present.

kamz8 avatar Aug 20 '21 16:08 kamz8

This is the solution.

Look at line 12. You need to add that path. image

That's because in the WebSocketsServiceProvider, the Route::group is trying to find config('websockets.dashboard.path').

I'm using dev-master branch. I think it's version 2.

madeadi avatar Feb 02 '22 17:02 madeadi