NodeBB works on nodejs 18/20/22 so it's probably not a nodejs version issue.
Anime Lovers
Anime Lovers
Posts
-
Default Installation 3.10.3, but many JS files return 404, why? -
Default Installation 3.10.3, but many JS files return 404, why?You are still on the root account.
-
Default Installation 3.10.3, but many JS files return 404, why?I'm not familiar with that error, but you can try a few things.
Don't use root user to run nodebb commands, make sure the nodebb folder is owned by a nonprivileged user. Then run
npm install
with that user and try running./nodebb build
again. -
Default Installation 3.10.3, but many JS files return 404, why?What is the output of
./nodebb plugins
? Seems like you don't havenodebb-plugin-composer-default
active. -
Default Installation 3.10.3, but many JS files return 404, why?nodebb.min.js
is generated when you run./nodebb build
in the nodebb folder. Try running it and see if you get any errors. Also make sure you access the forum with the same url used in config.json -
Question regarding email notificationsThat setting changes the default for new users, it won't change the settings of existing users. And it will only apply to new notifications.
-
User accounts are mixed up and seem shared between usersBecause you ran the forum without indexes you have documents that violate the index constraints. You will have to remove these documents for the create index command to work.
-
Question about reworking the nodebb-plugin-charts plugin.It is already in plugin.json https://github.com/svandecappelle/nodebb-plugin-charts/blob/master/plugin.json#L11-L13 so it should be bundled into nodebb.min.css
-
User accounts are mixed up and seem shared between users@nono-lqdn From this screenshot I can see that your objects collection is missing the indexes, run the commands julian posted to create them.
You need to switch to your database first and then run them. Once done you should see them when you run
db.objects.stats()
. -
lot of memory consumption for nodebb@phenomlab said in lot of memory consumption for nodebb:
@DownPW a rebuild of the emoji should fix that issue i think. I might be wrong.
nope doesn't work.