You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
when trying to add a custom route via WebSocketRouter::get('/apps/{appId}/my-websocket', MyCustomWebSocketHandler::class); where class MyCustomWebSocketHandler implements MessageComponentInterface
the server won't start with the same exception as mentioned in the closed issue #301 (comment)
Illuminate\Contracts\Container\BindingResolutionExceptionTarget [Symfony\Component\Console\Output\OutputInterface] is not instantiable while building [BeyondCode\LaravelWebSockets\Server\Loggers\WebSocketsLogger].at vendor/laravel/framework/src/Illuminate/Container/Container.php:10381034▕ } else {1035▕ $message = "Target [$concrete] is not instantiable.";1036▕ }1037▕➜ 1038▕ throw new BindingResolutionException($message);1039▕ }1040▕1041▕ /**1042▕ * Throw an exception for an unresolvable primitive.+19 vendor frames20routes/web.php:31Illuminate\Support\Facades\Facade::__callStatic("get")+4 vendor frames25app/Providers/RouteServiceProvider.php:49Illuminate\Routing\RouteRegistrar::group("/var/www/grabber/routes/web.php")