New User Login Error
-
Getting this, anyone have any idea what the error could be from? Site seems to be fine other than login not working..
Failed login attempt, please try again.
Cannot set property 'user' of undefined -
Local login
-
@drew said:
What version are you on? Have you recently upgraded? Are you on master branch or a release branch?
Was on 0.8.0, updated to 0.8.1 to see if it would help, issue remained the same.
-
@scottalanmiller what OS? Node version? New install? Using Redis, or Mongo?
-
seems similar to the bug https://github.com/NodeBB/NodeBB/issues/3489 so you may just need to update your dependencies (
rm -rf node_modules && npm cache clean && npm i
). -
@frissdiegurke said:
seems similar to the bug https://github.com/NodeBB/NodeBB/issues/3489 so you may just need to update your dependencies (
rm -rf node_modules && npm cache clean && npm i
).That worked, thanks!