tameeshB / sockChat

A VERY reliable way to communicate on the internet. An end-to-end encrypted decentralised cross-platform chat application. 📱 💬 🔐
http://chat.tameesh.in
GNU General Public License v2.0
13 stars 3 forks source link

TypeError: Cannot read property 'email' of undefined #24

Open tameeshB opened 6 years ago

tameeshB commented 6 years ago

017-12-31T16:16:38.029287+00:00 heroku[web.1]: Starting process with command npm start 2017-12-31T16:16:44.107865+00:00 app[web.1]: Warning: connect.session() MemoryStore is not 2017-12-31T16:16:44.107880+00:00 app[web.1]: designed for a production environment, as it will leak 2017-12-31T16:16:44.107881+00:00 app[web.1]: memory, and will not scale past a single process. 2017-12-31T16:16:44.190832+00:00 app[web.1]: /app/server.js:79 2017-12-31T16:16:44.190836+00:00 app[web.1]: from: authConfig.emailCreds.email, 2017-12-31T16:16:44.190837+00:00 app[web.1]: 2017-12-31T16:16:44.190837+00:00 app[web.1]: ^ 2017-12-31T16:16:44.190838+00:00 app[web.1]: TypeError: Cannot read property 'email' of undefined 2017-12-31T16:16:44.190839+00:00 app[web.1]: at Object. (/app/server.js:79:31) 2017-12-31T16:16:44.190839+00:00 app[web.1]: at Module._compile (module.js:635:30) 2017-12-31T16:16:44.190840+00:00 app[web.1]: at Object.Module._extensions..js (module.js:646:10) 2017-12-31T16:16:44.190841+00:00 app[web.1]: at Module.load (module.js:554:32) 2017-12-31T16:16:44.190841+00:00 app[web.1]: at tryModuleLoad (module.js:497:12) 2017-12-31T16:16:44.190842+00:00 app[web.1]: at Function.Module._load (module.js:489:3) 2017-12-31T16:16:44.190842+00:00 app[web.1]: at Function.Module.runMain (module.js:676:10) 2017-12-31T16:16:44.190843+00:00 app[web.1]: at startup (bootstrap_node.js:187:16) 2017-12-31T16:16:44.190844+00:00 app[web.1]: at bootstrap_node.js:608:3