NodeBB v1.0.4-auto.2
29/5 02:45 [782] - [32minfo[39m: [app] Shutdown (SIGTERM/SIGINT) Initialised. 29/5 02:45 [779] - [32minfo[39m: [app] Shutdown (SIGTERM/SIGINT) Initialised. (node) warning: possible EventEmitter memory leak detected. 11 connect listeners added. Use emitter.setMaxListeners() to increase limit. 29/5 02:45 [774] - [32minfo[39m: [app] Shutdown (SIGTERM/SIGINT) Initialised. Trace at Socket.addListener (events.js:252:17) at Socket.Readable.on (_stream_readable.js:673:33) 29/5 02:45 [779] - [32minfo[39m: [app] Database connection closed. 29/5 02:45 [774] - [32minfo[39m: [app] Database connection closed. at Socket.once (events.js:278:8) 29/5 02:45 [779] - [32minfo[39m: [app] Web server closed to connections. 29/5 02:45 [774] - [32minfo[39m: [app] Web server closed to connections. at Socket.unref (net.js:1013:10) 29/5 02:45 [779] - [32minfo[39m: [app] Shutdown complete. 29/5 02:45 [774] - [32minfo[39m: [app] Shutdown complete. at Connection.destroy (/home/wing/nodebb/node_modules/mongodb-core/lib/connection/connection.js:453:23) at /home/wing/nodebb/node_modules/mongodb-core/lib/connection/pool.js:189:7 at Array.forEach (native) at Pool.destroy (/home/wing/nodebb/node_modules/mongodb-core/lib/connection/pool.js:182:15) at Server.destroy (/home/wing/nodebb/node_modules/mongodb-core/lib/topologies/server.js:1072:31) at Server.close (/home/wing/nodebb/node_modules/mongodb/lib/server.js:417:17) 29/5 02:45 [782] - [32minfo[39m: [app] Database connection closed. 29/5 02:45 [782] - [32minfo[39m: [app] Web server closed to connections. 29/5 02:45 [782] - [32minfo[39m: [app] Shutdown complete. [cluster] Child Process (774) has exited (code: 0, signal: null) [cluster] Child Process (779) has exited (code: 0, signal: null) [cluster] Child Process (782) has exited (code: 0, signal: null)Two issuse after upgrading to version 0.13.0
-
Hello,
- We are using the vanilla theme and now all categories are starting with "WOT" (except the sections).
- Some emojis seem to be broken and are now looking like this:
Our nodebb runs behind an nginx proxy. It seems to use the internal port, without the 4567 it would work.
with great regards
z0Kng -
Ensure the "url" value in config.json equals exactly the URL you access the site at. For instance, for community.nodebb.org, the "url" value is
"https://community.nodebb.org"
. I'm guessing yours has a:4567
at the end