It could also be due to the tinycon dependency see here
Some issues after upgrading to 1.2.1
-
Hi experts,
We've updated from 1.1.2 to 1.2.1 and we've noticed two issues:
- Personalized favicon has been replaced by nodeDB standard one, even if reconfigured in the ACP.
- ACP is showing ‘reboot is required’ even after a reboot.
Any idea? Tks
-
- This bug already solved: https://github.com/NodeBB/NodeBB/issues/5080
with this commit: https://github.com/NodeBB/NodeBB/commit/102beb5f93aa1af60278cbbe11438f1caee0bb65
- This bug already solved: https://github.com/NodeBB/NodeBB/issues/5080
-
thank you @alff0x1f. Stupide question, is it possible to apply only this commit? If yes, how? (Sorry I know almost noting on GIT
)
-
@azeus hmm, you can open file and fix error in file src/webserver.js manually.
Write it down somewhere and before next update revert your changes back:
git checkout src/webserver.js
Maybe exist more clear solution, if someone know it, write it down, please.
-
@alff0x1f Nice work around. Tks buddy