Ignore previous commit, this should fix it properly
Node.js based forum software built for the modern web - fix: invite properly · NodeBB/[email protected]
faviconGitHub (github.com)
👼When the "Settings" route is selected from the user page, user/testuser
, NodeBB crashes. Before crashing, it hangs and a forum update notification appears:
29/5 05:04 [13511] - info: NodeBB Ready
29/5 05:04 [13511] - info: Enabling 'trust proxy'
29/5 05:04 [13511] - info: NodeBB is now listening on: 0.0.0.0:4567
29/5 05:04 [13511] - error: TypeError: Object #<Object> has no method 'push'
at /home/ubuntu/NodeBB/node_modules/nodebb-plugin-shoutbox/library.js:103:12
at /home/ubuntu/NodeBB/node_modules/templates.js/lib/templates.js:160:12
at fs.js:272:14
at Object.oncomplete (fs.js:108:15)
TypeError: Object #<Object> has no method 'push'
at /home/ubuntu/NodeBB/node_modules/nodebb-plugin-shoutbox/library.js:103:12
at /home/ubuntu/NodeBB/node_modules/templates.js/lib/templates.js:160:12
at fs.js:272:14
at Object.oncomplete (fs.js:108:15)
29/5 05:04 [13511] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
29/5 05:04 [13511] - info: [app] Database connection closed.
29/5 05:04 [13511] - info: [app] Web server closed to connections.
29/5 05:04 [13511] - info: [app] Shutdown complete.
[cluster] Child Process (13511) has exited (code: 1, signal: null)
[cluster] Spinning up another process...
29/5 05:04 [13513] - error: TypeError: Object #<Object> has no method 'push'
at /home/ubuntu/NodeBB/node_modules/nodebb-plugin-shoutbox/library.js:103:12
at /home/ubuntu/NodeBB/node_modules/templates.js/lib/templates.js:160:12
at fs.js:272:14
at Object.oncomplete (fs.js:108:15)
TypeError: Object #<Object> has no method 'push'
at /home/ubuntu/NodeBB/node_modules/nodebb-plugin-shoutbox/library.js:103:12
at /home/ubuntu/NodeBB/node_modules/templates.js/lib/templates.js:160:12
at fs.js:272:14
at Object.oncomplete (fs.js:108:15)
29/5 05:04 [13513] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
29/5 05:04 [13513] - info: [app] Database connection closed.
29/5 05:04 [13513] - info: [app] Web server closed to connections.
29/5 05:04 [13513] - info: [app] Shutdown complete.
[cluster] Child Process (13513) has exited (code: 1, signal: null)
[cluster] Spinning up another process...
Information
Appeared on
Node.js based forum software built for the modern web - upped mentions minver · NodeBB/[email protected]
GitHub (github.com)