After learning that writing a custom script was currently the only way to sift, sort, and filter users by more than one field; and after deciding that I am not up for that right now, I dove back in to slog through my user list for pruning. To my pleasant surprise I found that when I sorted the list by POSTCOUNT it was also sorted by JOINED, automatically! Either a NodeBB angel updated the user list sort functions or I am just seeing life from a different perspective. Yay! Pruning done in no time.
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!