@julian Some of the users I am following (or so it reads on each user's page):
@ju@pol.social (Mastodon)
@kodmalopolskie@soc.citizen4.eu (Friendica)
@oko_press@101010.pl
@kravietz@agora.echelon.pl
@julian@community.nodebb.org
https://community.nodebb.org/post/102755 – imported by link (can't post remotely)
Nothing special happens when running dev mode. Just some plugin incompatibilities get printed:
2025-02-15T05:36:53.950Z [4567/3360] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME to disable it.
nodebb-plugin-soundpack-default
nodebb-plugin-emoji-android
nodebb-widget-essentials
nodebb-rewards-essentials
nodebb-plugin-who-read-it
nodebb-plugin-question-and-answer
nodebb-plugin-poll
nodebb-plugin-dbsearch
nodebb-plugin-custom-pages
nodebb-plugin-composer-default
I've been able to npm unl / npm i nodebb-theme-harmony, but I wasn't successful with plugin-composer-default or plugin-custom-pages, so I gave up on the rest of them. Every time I ran npm I saw a warning that my nodejs was outside requirements (probably too new, if I got it right).
./nodebb log
../../../bootstrap/scss/forms/_form-control.scss 40:7 @import
bootstrap/scss/_forms.scss 3:9 @import
- 19:9 root stylesheet
WARNING: The keyword 'none' must be used as a single argument.
../../../bootstrap/scss/mixins/_box-shadow.scss 10:9 box-shadow()
../../../bootstrap/scss/forms/_form-select.scss 32:7 @import
bootstrap/scss/_forms.scss 4:9 @import
- 19:9 root stylesheet
./nodebb build
started
2025-02-15T05:33:08.136Z [4567/2898] - info: [build] Building in parallel mode
2025-02-15T05:33:08.138Z [4567/2898] - info: [build] plugin static dirs build started
2025-02-15T05:33:08.139Z [4567/2898] - info: [build] requirejs modules build started
2025-02-15T05:33:08.139Z [4567/2898] - info: [build] client js bundle build started
2025-02-15T05:33:08.140Z [4567/2898] - info: [build] admin js bundle build started
2025-02-15T05:33:08.140Z [4567/2898] - info: [build] client side styles build started
2025-02-15T05:33:08.140Z [4567/2898] - info: [build] admin control panel styles build started
2025-02-15T05:33:08.142Z [4567/2898] - info: [build] templates build started
2025-02-15T05:33:08.142Z [4567/2898] - info: [build] languages build started
2025-02-15T05:33:08.665Z [4567/2898] - info: [build] plugin static dirs build completed in 0.527sec
2025-02-15T05:33:09.350Z [4567/2898] - info: [build] client js bundle build completed in 1.211sec
2025-02-15T05:33:09.368Z [4567/2898] - info: [build] admin js bundle build completed in 1.228sec
2025-02-15T05:33:11.753Z [4567/2898] - info: [build] languages build completed in 3.611sec
2025-02-15T05:33:11.807Z [4567/2898] - info: [build] requirejs modules build completed in 3.668sec
2025-02-15T05:33:11.807Z [4567/2898] - info: [build] Bundling with Webpack.
[10%] building (0/0 modules)
2025-02-15T05:33:13.983Z [4567/2898] - info: [build] client side styles build completed in 5.842sec
[10%] building (398/608 modules)
2025-02-15T05:33:25.087Z [4567/2898] - info: [build] Bundling took 10113 ms
2025-02-15T05:33:25.089Z [4567/2898] - info: [build] Asset compilation successful. Completed in 16.951sec.
sudo systemctl status nodebb
● nodebb.service - NodeBB
Loaded: loaded (/etc/systemd/system/nodebb.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2025-02-15 06:39:50 CET; 12s ago
Docs: https://docs.nodebb.org
Process: 3477 ExecStart=/usr/bin/node loader.js (code=exited, status=0/SUCCESS)
Main PID: 3488 (node)
Tasks: 36 (limit: 9348)
Memory: 375.1M
CPU: 20.494s
CGroup: /system.slice/nodebb.service
├─3488 /usr/bin/node /home/xxxxxxxx/nodebb/loader.js
├─3499 /usr/bin/node /home/xxxxxxxx/nodebb/app.js
└─3527 /usr/bin/node /home/xxxxxxxx/nodebb/src/meta/minifier.js
Feb 15 06:39:50 sv systemd[1]: Starting NodeBB...
Feb 15 06:39:50 sv systemd[1]: nodebb.service: Can't open PID file /home/xxxxxxxx/nodebb/pidfile (yet?) after start: Operation not permitted
Feb 15 06:39:50 sv systemd[1]: Started NodeBB.
In trying to fix things I have made changes to nginx reverse proxy configuration, but I seem to have made things even worse, which is not a bad thing, because in that may lie the solution.
I'll be happy to provide log and config files by a secure channel of your choosing.