too connection lost error
-
@julian
new error28/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:- nodebb-plugin-assign-newuser-to-group
- nodebb-plugin-browsing-users
- nodebb-plugin-composer-default
- nodebb-plugin-emailer-mailgun
- nodebb-plugin-emoji-apple
- nodebb-plugin-emoji-extended
- nodebb-plugin-emoji-one
- nodebb-plugin-google-analytics
- nodebb-plugin-katex
- nodebb-plugin-markdown
- nodebb-plugin-mega-colors
- nodebb-plugin-mentions
- nodebb-plugin-question-and-answer
- nodebb-plugin-recent-cards
- nodebb-plugin-shortcuts
- nodebb-plugin-solr
- nodebb-plugin-soundpack-default
- nodebb-plugin-spam-be-gone
- nodebb-plugin-sso-google
- nodebb-plugin-sso-instagram
- nodebb-plugin-topic-tags
- nodebb-rewards-essentials
- nodebb-theme-persona
- nodebb-widget-essentials
-
@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 )