Repetitive forum update notice
-
Hi,
I've just installed NodeBB successfully.
When I'm at the forum page (Admin panel, for now), a notice repeatedly appears in the bottom-right corner, even though I dismiss it:
"Forum updated
This forum has just been updated to the latest version. Click here to refresh the page."
(See it here: http://dsh.re/85be4)
How do I prevent this from happening ?
Thanks,
Howard
-
Hi,
Thanks for your interest.
When I dismiss the notice, it comes up again about 12 seconds later.
I don't see anything in my output.log
The last message is:
.......
NodeBB v1.0.0 Copyright (C) 2013-2014 NodeBB Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.htmlClustering enabled: Spinning up 1 process(es).
5/3 21:21 [6147] - [32minfo[39m: Time: Sat Mar 05 2016 21:21:26 GMT-0500 (EST)
5/3 21:21 [6147] - [32minfo[39m: Initializing NodeBB v1.0.0
5/3 21:21 [6147] - [32minfo[39m: NodeBB Ready
5/3 21:21 [6147] - [32minfo[39m: Enabling 'trust proxy'
5/3 21:21 [6147] - [32minfo[39m: NodeBB is now listening on: 0.0.0.0:4567.........
I configured Forever to keep it running, as follows:
....sudo forever start app.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: app.js...........
I presume this is not related to that in any way.
Howard