bradtraversy / meanauthapp

Complete MEAN stack app with authentication
242 stars 152 forks source link

Callback error #28

Open danthegoodman1 opened 6 years ago

danthegoodman1 commented 6 years ago

Line 40 in user.js needs to be changed from: newUser.save(callback); to: newUser.save(callback()); otherwise posting will sit loading forever in postman.

tomcatbuzz commented 6 years ago

The app works on live deployment. Postman can be used for testing. Once the new user is saved, they can log in.