bradtraversy / node_passport_login

Node.js login, registration and access control using Express and Passport
1.74k stars 1.29k forks source link

ERR_EMPTY_RESPONSE #27

Closed jehartman closed 6 years ago

jehartman commented 6 years ago

I've followed the YouTube tutorial on this closely and I believe my code matches verbatim, but I can't get the registration form to submit. I get ERR_EMPTY_RESPONSE after a long wait. Can you help me troubleshoot? I'm a newbie if that's not obvious.

My code can be found here: https://github.com/jehartman/passportPractice

Thanks!

jehartman commented 6 years ago

Nevermind. I had the console log for the test post in the wrong place.