@Peter-0 said in How to fix this error?:
Time Zone: ""
Seems to me that you didn't set a timezone on your os?
@julian
new error
28/8 02:35:04 [27587] - [31merror[39m: TypeError: Cannot read property 'toString' of null
at /home/nodeBB/forum/node_modules/nodebb-plugin-mentions/library.js:135:41
at Array.filter (native)
at /home/nodeBB/forum/node_modules/nodebb-plugin-mentions/library.js:128:83
at Array.forEach (native)
at /home/nodeBB/forum/node_modules/nodebb-plugin-mentions/library.js:127:33
at /home/nodeBB/forum/node_modules/async/dist/async.js:3838:9
at /home/nodeBB/forum/node_modules/async/dist/async.js:421:16
at iterateeCallback (/home/nodeBB/forum/node_modules/async/dist/async.js:928:24)
at /home/nodeBB/forum/node_modules/async/dist/async.js:906:16
at /home/nodeBB/forum/node_modules/async/dist/async.js:3835:13
at /home/nodeBB/forum/node_modules/nodebb-plugin-mentions/library.js:231:4
at /home/nodeBB/forum/node_modules/async/dist/async.js:1074:9
at /home/nodeBB/forum/node_modules/async/dist/async.js:421:16
at iteratorCallback (/home/nodeBB/forum/node_modules/async/dist/async.js:998:13)
at /home/nodeBB/forum/node_modules/async/dist/async.js:906:16
at /home/nodeBB/forum/node_modules/async/dist/async.js:1071:13
up..............
@julian said in too connection lost error:
Disable all plugins except those that NodeBB requires to run (mentions, markdown, composer-default, widget-essentials)
we are on production mod not dev!!!
every thing was good about 3 month ago with this plugins that we are use:
@sanatisharif it doesn't matter, you will want to set up a duplicate instance for these sorts of things before pushing to live.
You can set one up now for debug.
I change this line in config.json
fixes my problem
"port": [4567,4568,4569]
to
"port": "4567"
why we can't use nodebb in cluster mod ?
@sanatisharif use "port": ["4567", "4568", "4569"]
@pichalite said in too connection lost error:
@sanatisharif use
"port": ["4567", "4568", "4569"]
in cluster mod I have lots of connection lost err
in front end ( for mobile users )