sagarankoliya / realtime-private-chat-nodejs-socketio-vuejs-laravel

Realtime Private Chat NodeJS SocketIO Vue JS Laravel
82 stars 34 forks source link

file sharing not working #7

Closed jithinlal closed 5 years ago

jithinlal commented 5 years ago

Hai, great work by the way.

But the file sharing feature is not working?

sagarankoliya commented 5 years ago

Which kind of error you are facing with file sharing?

jithinlal commented 5 years ago

Not errors, but the file on chat is simply loading. It is not getting send. And not stored in the database as well

sagarankoliya commented 5 years ago

It was a little bug , i have already fixed it , please pull changes.

jithinlal commented 5 years ago

Ok.

There is one more error, when i am doing npm start.

The error message is posted here

Error: Configuration property "dbConfig.host" is not defined

sagarankoliya commented 5 years ago

Please follow the step properly. it work fine.

Step : 7

Start Node JS Chat Server

Go to project directory using Terminal / CMD Open public/nodejs folder

export NODE_ENV=dev
npm start
jithinlal commented 5 years ago

It's working perfectly.

This is great work.

Thank you brother