Variable "gos_web_socket_server_host" does not exist.
Lyro1 opened this issue · 1 comments
Lyro1 commented
I just did the following:
- Clone the repository
cd WebSocketAppDemo
composer install
symfony server:start
, it's running on port 8000- Open a new tab of my terminal
php bin/console gos:websocket:server
- Open Safari, go to
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?
mbabker commented
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)