Real-time-private-chatting-app-using-React-Nodejs-mongodb-and-Socket.io icon indicating copy to clipboard operation
Real-time-private-chatting-app-using-React-Nodejs-mongodb-and-Socket.io copied to clipboard

Username is already taken. Try another username

Open ghost opened this issue 5 years ago • 3 comments

Screenshot 2020-03-03 at 16 04 36

The database table is empty but still getting this error

ghost avatar Mar 03 '20 11:03 ghost

i have this same error

kyozbladex avatar Nov 23 '20 14:11 kyozbladex

Okay @kyozbladex I'll check this tomorrow, sorry for the trouble.

ShankyTiwari avatar Nov 23 '20 17:11 ShankyTiwari

This can be due to a lack of connection to mongo, which is either caused by the absence of mongo on the machine (wow!), or a versioning problem. Both the library and the database itself have changed a lot since then, so I recommend running in docker or degrading your node.

Zkh-dot avatar Dec 27 '22 21:12 Zkh-dot