It appears to work fine on this forum. What version of NodeBB? What do you mean when you say it disappears? Can you record your screen?
Using skin has no effect
-
No matter what skin I try to use, the css stylesheet stays pointed to /stylesheet.css?63541bed (White Plum). I am using the default Lavender theme on NodeBB 0.6.1. The theme version is 0.2.13. Any skin I apply says to restart nodebb. I wait a while, then hit restart in the dashboard.
There seems to be no error when I restart in the dashboard, but I am running with systemd and there is an error if I try to stop it there:
May 14 08:07:32 debian systemd[1]: Stopping nodebb.service... May 14 08:07:32 debian nodebb[14555]: fs.js:883 May 14 08:07:32 debian nodebb[14555]: return binding.unlink(pathModule._makeLong(path)); May 14 08:07:32 debian nodebb[14555]: ^ May 14 08:07:32 debian nodebb[14555]: Error: ENOENT, no such file or directory '/srv/nbb/nodebb/pidfile' May 14 08:07:32 debian nodebb[14555]: at Error (native) May 14 08:07:32 debian nodebb[14555]: at Object.fs.unlinkSync (fs.js:883:18) May 14 08:07:32 debian nodebb[14555]: at process.Loader.stop (/srv/nbb/nodebb/loader.js:210:5) May 14 08:07:32 debian nodebb[14555]: at process.emit (events.js:104:17) May 14 08:07:32 debian nodebb[14555]: at Signal.wrap.onsignal (node.js:655:46) May 14 08:07:32 debian systemd[1]: nodebb.service: main process exited, code=exited, status=1/FAILURE May 14 08:07:32 debian systemd[1]: Stopped nodebb.service. May 14 08:07:32 debian systemd[1]: Unit nodebb.service entered failed state.
I am running in systemd with ExecStart set to /srv/nbb/.local/bin/node loader.js --no-silent --no-daemon
It never creates pidfile in the working directory, /srv/nbb/nodebb. Any help would be appreciated.