You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am new to node so there might be something basic that I am missing. When I click on "Create Account " button from the signup page I get this in the browser console:
POST http://localhost:3100/signup 400 (Bad Request)
I looked into the code and it seems the callback for passport authenticate(for login-signup) is not getting called as there is console.log('Inside call back'); which is not getting printed on the console.
The text was updated successfully, but these errors were encountered:
Hello ! I have just created a pull request above to fix the issue. Please check it out and review it :) The problem was the fact that there was a typo in the id name inside the query selectors for the email (and mobile number too by the way) which caused the signup request to fail as we did not provide an email.
Hi, I am new to node so there might be something basic that I am missing. When I click on "Create Account " button from the signup page I get this in the browser console:
POST http://localhost:3100/signup 400 (Bad Request)
I looked into the code and it seems the callback for passport authenticate(for login-signup) is not getting called as there is
console.log('Inside call back');
which is not getting printed on the console.The text was updated successfully, but these errors were encountered: