Error after completing install of nodebb-shortcuts plugin
-
Hi guys,
I'm now getting this error when visiting our forum.
I did the following:
- installed https://github.com/NodeBB-Community/nodebb-plugin-shortcuts
- activated plugin
- clicked restart on admin panel
and now 10 minutes later Im getting this error when visiting our forum.
Could anybody please help me with this issue?
Thank you!!
-
Fixed it. Had to rebuild in order to fix the issue.
546 cd nodebb 547 sudo systemctl stop nodebb 548 ./nodebb dev 549 ./nodebb upgrade 550 ./nodebb dev 551 sudo systemctl start nodebb
-
./nodebb build
is probably faster than a full upgrade run.
Copyright © 2024 NodeBB | Contributors