chat-app-react-nodejs icon indicating copy to clipboard operation
chat-app-react-nodejs copied to clipboard

Chat Application Using React, Node.js and Socket.io with MongoDB

Results 27 chat-app-react-nodejs issues
Sort by recently updated
recently updated
newest added

Help for this error MongooseError: Operation `users.findOne()` buffering timed out after 10000ms at Timeout. (C:\CHAT\chat-app\server\node_modules\mongoose\lib\drivers\node-mongodb-native\collection.js:148:23)

What are changes that we have to make in cors After deployment frontend to netlify and backend to heroku.?

First, i have issue in Register user, when i register a new user, the data is succesfully saved in db, but the loacalStorage showing blank object ![image](https://github.com/koolkishan/chat-app-react-nodejs/assets/71927968/a528a3f2-b727-4112-bb96-4e37b50cf880) after register its...

css code:.button-container { display: flex; align-items: center; color: white; gap: 1rem; .emoji { position: relative; svg { font-size: 1.5rem; color: #ffff00c8; cursor: pointer; } .emoji-picker-react { position: absolute; top: -350px;...

![Screenshot (37)](https://github.com/koolkishan/chat-app-react-nodejs/assets/96324605/e1b3c2a5-a4da-43bc-97ae-c7a7185e2f94)

Im trying in to getAllMessage controller to react frontend in useEffect. I've got error in _id when i check using postman the data is empty but in my mongodb data...

Sir I have done till Avatar and till that only useEffect hook is not working and it is showing that destroy function is not defined. Can you please tell me...

Please check your project

Hi, How can I get a notification when I receive a new message, there´s a way to activate this feat.?