The usual culprit for socket.io issues is usually not having sticky sessions. Socket.io requires sticky sessions so requests from a client always go to the same backends.
Problem config.json
-
Hello guys,
I have the famous problem of lost connection on the administration. I tried to look at the other topics but I did not find the solution. Here is my config.json file
{
"url": "http://edm-community.com:4567",
"secret": "8763f1ba-7726-44e7-8b50-1e879d45bed6",
"database": "mongo",
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "nodebb",
"password": "dubourdieu33",
"database": "nodebb",
"uri": ""
}Thanks to the one who will find the solution
-