"./nodebb reset" is not working.
-
When I try and use:
./nodebb reset
It returns:
warn: [reset] Nothing reset.
But does not exit, it just hangs with this as the last message.
Then when I try to run my site it says to contact the developers of some 3rd party plugin (plugins who probably have not been updated since the last breaking change.) It is an easy fix if reset would just disable those plugins but it does not seam to be working. -
@baris said:
I think reset on its own doesn't do anything.
Maybe try
./nodebb reset all
or./nodebb reset plugins
to reset all plugins.Funny thing I had to test this myself because most of the plugins don't work for 5.0.4 lol. This works 100%, though, most of the main plugins like widgets crashed my board when I tried to update it to the latest version.
-
When typing in:
./nodebb reset
NodeBB needs to display a help message saying more info is required and not hang without exiting.
It should also list "plugins" as an option:
./nodebb reset plugins