Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Nodebb set up keeps showing error before finishing the full set up. What is the reason?
@Atc1 thanks for reporting, seems like a regression, I've filed a issue https://github.com/NodeBB/NodeBB/issues/12243.
@Atc1 comment out this line https://github.com/NodeBB/NodeBB/blob/master/src/install.js#L54, and you should be able to run ./nodebb setup We will take a look at this and release a patch version.
./nodebb setup
@baris How can I access that line in Ubuntu 22.04?
In your nodebb folder you can type nano src/install.js and comment out that line.
nano src/install.js
@baris I commented out line 54 and it worked. Thanks!
@Atc1 no problem, thanks for reporting. I've released a patch version 3.6.1 with a fix https://github.com/NodeBB/NodeBB/releases/tag/v3.6.1