bradtraversy / node_passport_login

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

(node:7924) DeprecationWarning #9

Closed Alexandru-Stancu closed 5 years ago

Alexandru-Stancu commented 7 years ago

I'm getting this error when I try to submit a registration form under a new user. image

Ash-Bash commented 7 years ago

I'm getting the same error at the same place, I cant explain why :(

gabru-md commented 7 years ago

ReferenceError occurs when we forget to capture the data under a variable name. Check if variable 'err' exists. And try replacing it with a string or something to check if the problem persists.