Closed Lyro1 closed 3 years ago
I don't use the symfony
binary, but after cloning the repo fresh on my newer computer I hit the same problem then after updating everything in the app to latest stable versions it's all working again.
(I really should make a "better" demo one day though)
I just did the following:
cd WebSocketAppDemo
composer install
symfony server:start
, it's running on port 8000php bin/console gos:websocket:server
https://127.0.0.1:8000
I get the following error:
It seems the variables required in the homepage template (line 12) are not set in Symfony. Did I do something wrong?