The debugger was running on the same port as the run button. This is a real hassle in Replit as the run command is executed whenever the port is closed and anything tries to connect to it, including socket.io reconnects.
Also, moved the cli installer to the run command which has all necessary PATH variables to function correctly.
The debugger was running on the same port as the run button. This is a real hassle in Replit as the run command is executed whenever the port is closed and anything tries to connect to it, including socket.io reconnects.
Also, moved the cli installer to the run command which has all necessary PATH variables to function correctly.
Live Repro: https://replit.com/new/github/FossPrime/feathers-chat