"Looks like your connection to NodeBB was lost, please wait while we try to reconnect."
-
After many attempts of trying to get NodeBB installed I finally did it only to get this ERROR message:
"Looks like your connection to NodeBB was lost, please wait while we try to reconnect."
I looked up this ERROR message and it looks like it's a common issue:
Looks like your connection to NodeBB was lost, please wait while we try to reconnect.
The following is my nodebb config. { "url": "https://www.ygnconnect.com", "secret": "839fa2da-d222-4d68-94a0-a9e07efe2ef5", "database": "mongo",...
NodeBB Community (community.nodebb.org)
Looks like your connection to NodeBB was lost, please wait while we try to reconnect. on 1.4.4
Just did a fresh installation ob ubuntu16 server. Keep getting "Looks like your connection to NodeBB was lost, please wait while we try to reconnect."
NodeBB Community (community.nodebb.org)
I tried changing around the config.json file but it doesn't work.
Anyone know what to do?
-
Hi @jimmyc2018
I had the same issue once upgrading my nodebb installation from v1.4.2 to v1.5.1
The trick that worked out for me was to remplace the ip address in the "url" segment by my domain name in the config.json file.Have you tried that out?
Check out this topic https://community.nodebb.org/topic/11324/error-listen-eaddrinuse-0-0-0-0-4800-looks-like-your-connection-to-nodebb-was-lost-please-wait-while-we-try-to-reconnect/9
changing for example,
"url": "http://localhost:4800", or "http://124.129.xxx.36:4800"
to
"url": "http://www.yourdomainname.com",