Ns embed ACP blank page
-
Hello
I have installed nodebb-plugin-ns-embed plugin and I have a blank page on ACP/Plugins/Embed
I see that on the nodebb log console:
I have test to uninstall, reset, remove the plugin withoit success.
An idea ?
-
Hello
I have installed nodebb-plugin-ns-embed plugin and I have a blank page on ACP/Plugins/Embed
I see that on the nodebb log console:
I have test to uninstall, reset, remove the plugin withoit success.
An idea ?
-
@phenomlab yes, nodebb was rebuilt.
-
@phenomlab yes, nodebb was rebuilt.
@Wamakaska hmm. Did you stop the NodeBB service before doing the rebuild ?
-
@Wamakaska hmm. Did you stop the NodeBB service before doing the rebuild ?
@phenomlab I think no.
-
Strange thing. I canβt stop nobebb whether with the root user or the planet-warez user.
Like if is re-running automatically.@Wamakaska yes, it is. I configured it that way so NodeBB automatically starts if the server is rebooted. It's a
systemd
script so will respond tosudo service nodebb stop / start / restart
etc. -
Strange thing. I canβt stop nobebb whether with the root user or the planet-warez user.
Like if is re-running automatically.@Wamakaska you can also kill pid id
but as i see you are running as a root pls add newuser and use all commands on nodebb as a user not a root. -
@Wamakaska you can also kill pid id
but as i see you are running as a root pls add newuser and use all commands on nodebb as a user not a root.@cagatay I built this server, and can assure you NodeBB doesn't run as root. It's a systemd process that runs as a dedicated user
Killing the PID will also cause the system service to restart as recovery. The system is backed by Virtualmin so the service can easily be stopped there.
-
@cagatay I built this server, and can assure you NodeBB doesn't run as root. It's a systemd process that runs as a dedicated user
Killing the PID will also cause the system service to restart as recovery. The system is backed by Virtualmin so the service can easily be stopped there.
@phenomlab if you are at the back of, everything is ok
-
Yes stop nodebb with the command service is ok...
Remove ns-embed plugin and reinstall with correct rebuild and all is good now
-
D DownPW has marked this topic as solved on
-
@Wamakaska yes, it is. I configured it that way so NodeBB automatically starts if the server is rebooted. It's a
systemd
script so will respond tosudo service nodebb stop / start / restart
etc.@phenomlab said in Ns embed ACP blank page:
@Wamakaska yes, it is. I configured it that way so NodeBB automatically starts if the server is rebooted. It's a
systemd
script so will respond tosudo service nodebb stop / start / restart
etc.Oh ok. I don't know that and it works with your command.
Thanks.