Closed goodza closed 4 years ago
After yarn start web client (localhost:3000) has the error in console:
yarn start
WebSocket connection to 'ws://localhost:4000/' failed: WebSocket is closed before the connection is established.
Though the server is running.
is this when you cloned my code?
Yes. Redis, Postgres, and Server are running but web client throws error.
The problem appears with ws-handshake when there are 2 or more unclosed tabs of localhost:3000
After
yarn start
web client (localhost:3000) has the error in console:WebSocket connection to 'ws://localhost:4000/' failed: WebSocket is closed before the connection is established.
Though the server is running.