Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
nodebb can't start on ./nodebb start but can start on ./nodebb dev thanks for advance
I think you update source and don't update database, you need run this command:
./nodebb update
have another error
Hello. Please try npm update Afterwards do ./nodebb upgrade
This will force an update on the dependencies. The second command updates NodeBB
A
@mroczny No, in the previous update, a redis package was replaced via ioredis package. And that change is broke your configuration. Related PR: https://github.com/NodeBB/NodeBB/pull/9545
B
@baris I'm really trying to stick to actual releases (looking at github it doesn't look like 1.17.1 has been officially blessed yet). However, staying on v1.17.0 and bumping the socket.io and socket.io-client versions seems to have done the trick!
J
A good starting point would be to disable all third-party plugins and see if that resolves the issue.
@abhinov-singh With a normal configuration, NodeBB needs MongoDB running. You can check it with:
Also, you can try from your nodebb folder:
See also your nodebb/logs/output.log file, or just the recent lines with:
(Ctrl-C to exit)
T
Wow.. Awesome guess I missed that. That did the job, thanks again.