@qwerty yes, after running ./nodebb stop, NodeBB should not be running.
What did you try? Does it work when running with ./nodebb dev?
I install NodeBB in CentOS6 successfully. And set a admin username thr command ../nodebb setup. Then the NodeBB start successfully. But I login the admin console as admin account after click URL Administrator Control Panel . the below error was thrown:
Failed login attempt, please try again.[[error:account-locked].
the js error show:WebSocket connection to 'ws://xxx.41.107.222/socket.io/?EIO=3&transport=websocket&sid=njkGlgqDxEZ2cy1qAAAG' failed: Error during WebSocket handshake: Unexpected response code: 400
Hey,
I'm pretty new to NodeBB and to these forums so I'm sorry if this is not helpful.
I was having a similar issue and was unable to login using admin username/password. I think there was an issue with persisting to redis. Then found out redis was out of date.
If your redis version is below 2.8, try updating it.
It's really way to my issue! Thanks a lot!
I met the same problem. Does anyone can help?
Did you try updating Redis?