Thanks, @julian. I just finished the hardware migration of these VMs and I want to move them to a more stable hypervisor/host than my former Windows 7 desktop with VMWare workstation, so this is timely advice.
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 or SSO login?
-
Local login
-
What version are you on? Have you recently upgraded? Are you on master branch or a release branch?
-
@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!