It seems that the Docker was not able to execute all parallel builds.
The solution I found is:
Run the setup with option: ./nodebb setup --skip-builds Manually run the build in serial mode: ./nodebb build --seriesThat solved the issue.
I am getting this error while searching...
GET http://localhost:4567/api/search/?term=we&in=titlesposts 404 (Not Found)
Works fine here: https://community.nodebb.org/api/search/?term=we&in=titlesposts
Perhaps you don't have the search plugin enabled?
I have enabled the plugin. Is there any issues related to plugin version or the search is database(mongo/redis) dependent? Need help.