Thank you all for your answers.
I completely erased the server. I got angry and erased when the errors constantly increased during the installation.
I am thinking of re-installing NodeBB on the new server. Does anyone want to help me with this?
Thank you all for your answers.
I completely erased the server. I got angry and erased when the errors constantly increased during the installation.
I am thinking of re-installing NodeBB on the new server. Does anyone want to help me with this?
@gotwf said in How do I fix Nodebb installation errors:
@neron I did not bother reading all of the docs you linked but they seem dated. Official docs are what you want to grok:
There is no difference between this document and what I submitted
Hello, I installed NodeBB today.
I'm getting a few bugs, can you help with this, please.
2.Error: I am constantly receiving an error, your connection to nodebb has been lost.
/------------------------------------------/
config.json;
{
"url": "http://myip:4567",
"secret": "ededededeededededededswsw",
"database": "mongo",
"port": "4567",
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "nodebb",
"password": "#£#$½¾$½{[¾",
"database": "nodebb"
}
}
The document I use for the nodebb installation: https://www.howtoforge.com/how-to-install-nodebb-forum-on-ubuntu-1804-lts/