js-chat-tutorial icon indicating copy to clipboard operation
js-chat-tutorial copied to clipboard

Failed to load resource: net::ERR_CONNECTION_REFUSED

Open Anil-bohorya opened this issue 7 years ago • 1 comments

giving error in console

Failed to load resource: net::ERR_CONNECTION_REFUSED :5000/socket.io/?EIO=3&transport=polling&t=MIEKpNZ:1

Anil-bohorya avatar Jul 12 '18 12:07 Anil-bohorya

You probably need to run the NodeJS server with "npm start" as this error occurs when the client cannot connect to the server.

BenMagill avatar Apr 02 '19 17:04 BenMagill