TypeError: Converting circular structure to JSON - by registration
-
Thanks for reporting.
passing req to fireHook causes circular reference 路 Issue #1540 路 NodeBB/NodeBB
I think this was added recently for the filter:register:build hook. https://github.com/designcreateplay/NodeBB/blob/master/src/controllers/index.js#L210 https://community.nodebb.org/topic/1525/typeerror-converting-circular-structure-to-j...
GitHub (github.com)
-
Ok, so... is this fixed? I'm a bit confused because both issues are closed.
-
@baris Hmm, okay. I guess I misread the labels. >.<
-
Until #1540 is resolved, and if you are on
master
branch, please either downgrade tov0.4.x
branch, or use the following stable(-er) hash: 6ec36a00ad7828041346f55013374f2eee579480git reset --hard 6ec36a00ad7828041346f55013374f2eee579480
-
@julian said:
git reset --hard 6ec36a00ad7828041346f55013374f2eee579480
In my case, the given hash does not seem to fix the problem
Or am I doing something wrong? I entered
git reset --hard 6ec36a00ad7828041346f55013374f2eee579480
, thengit pull
(?) and lastly./nodebb upgrade