I open commit on github here:
https://github.com/NodeBB/NodeBB/issues/10115
Fixed here:
https://community.nodebb.org/post/86534
https://github.com/NodeBB/NodeBB/commit/69a7634a78de51dfd50e72864fadf77a7b1ab46a
Hi!
I upgraded my installation to 0.4.1, and since then I have some problems that make my forum unusable:
What I tried:
I run nodebb behind a nginx.
Would be great if you can help me figure out what's happening
@trixtan -- Best bet if this happens is to back up your database, and try ./nodebb reset
. This will cause all plugins to de-activate, the theme to reset to Vanilla, and for all widgets to move into the Draft zone.
If this renders your forum working again, then you'll have to re-enable plugins one-by-one to see what was the cause.
Hi Julian,,
thanks for you hint.
I tried with ./nodebb reset, but it doesn't seem to work. The program prints this:
info: NodeBB v0.4.1 Copyright (C) 2013 DesignCreatePlay Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certain conditions.
info:
warn: You have no mongo password setup!
no match
And stops. The only thing I can do is to kill -9 it...