What is current stable release?
-
I take it then that v0.9.3 is considered stable?
Yes, there is this error:
11/1 22:36 [22800] - error: TypeError: Converting circular structure to JSON at Object.stringify (native) at ServerResponse.json (/home/rupert/sc/github/nodebb/NodeBB/node_modules/express/lib/response.js:242:19) at ServerResponse.res.render (/home/rupert/sc/github/nodebb/NodeBB/src/middleware/render.js:42:16) at /home/rupert/sc/github/nodebb/NodeBB/src/controllers/topics.js:287:8 at fireFilterHook (/home/rupert/sc/github/nodebb/NodeBB/src/plugins/hooks.js:86:11) at Object.Plugins.fireHook (/home/rupert/sc/github/nodebb/NodeBB/src/plugins/hooks.js:70:5) at /home/rupert/sc/github/nodebb/NodeBB/src/controllers/topics.js:283:11 at /home/rupert/sc/github/nodebb/NodeBB/node_modules/async/lib/async.js:52:16 at Object._onImmediate (/home/rupert/sc/github/nodebb/NodeBB/node_modules/async/lib/async.js:1201:34) at processImmediate [as _immediateCallback] (timers.js:336:15) TypeError: Converting circular structure to JSON at Object.stringify (native) at ServerResponse.json (/home/rupert/sc/github/nodebb/NodeBB/node_modules/express/lib/response.js:242:19) at ServerResponse.res.render (/home/rupert/sc/github/nodebb/NodeBB/src/middleware/render.js:42:16) at /home/rupert/sc/github/nodebb/NodeBB/src/controllers/topics.js:287:8 at fireFilterHook (/home/rupert/sc/github/nodebb/NodeBB/src/plugins/hooks.js:86:11) at Object.Plugins.fireHook (/home/rupert/sc/github/nodebb/NodeBB/src/plugins/hooks.js:70:5) at /home/rupert/sc/github/nodebb/NodeBB/src/controllers/topics.js:283:11 at /home/rupert/sc/github/nodebb/NodeBB/node_modules/async/lib/async.js:52:16 at Object._onImmediate (/home/rupert/sc/github/nodebb/NodeBB/node_modules/async/lib/async.js:1201:34) at processImmediate [as _immediateCallback] (timers.js:336:15)
-
@willendure what's the out put of these...?
git rev-parse HEAD
npm ls nodebb-theme-persona
-
@pichalite said:
@willendure what's the out put of these...?
git rev-parse HEAD
da78e4f02b080388d7efe75f84f9621f8cd053cb
npm ls nodebb-theme-persona
[email protected] /home/rupert/sc/github/nodebb/NodeBB
└── (empty) -
My problem looks to be the same as:
https://community.nodebb.org/topic/7345/server-crashes-when-viewing-posts/2
Which was cured by using Mongo 3.0.8, so I will try that.
-
To close this off, I pulled the latest from GitHub and tried it with the latest release of redis that is available on Docker Hub (3.0.8?). That combination seem to get on just fine.
-
The tag "v0.9.3" points to an unstable release of v0.9.3.
git clone https://github.com/NodeBB/NodeBB.git cd NodeBB git checkout v0.9.3
results in a commit hash da78e4f... one revision before this issue was fixed.
I had to
git reset --hard 6486197623f8f32ab354503ca40ab6e8e3e4551e
on a fresh checkout to get the same stable "v0.9.3" hash , I got on another machine by first checking out v0.9.2 and then upgrading to v0.9.3.
No issues with Mongo 3.2.1 with this "v0.9.3" revision.
-
Just resurrecting this for a current update. If I am moving from 0.9.x what version do people recommend? This is for a live forum i.e a production environment.
-
v1.x.x
is the current stable branch. -
I guess next version is 1.0.4
-
@Jenkler said in What is current stable release?:
I guess next version is 1.0.4
No, they have it up to 1.0.9 I believe. Version 1.1 is next.
-
ok, good to know