Frontend freeze on version later than v1.0.2
-
Try 4.4.1 it works for me with v1.x.x
-
The problem with the user notification might be the issue I'm having. If I click to see the notification or unread messages the forum crashes and restarts on its own. But this only happens with my user.
Well @julian has my DB, so he probably can figure it out what it's happeneing. -
Hi All,
Same issue here. Running on Ubuntu 16.04, node.js 4.4.5 and mongodb 2.6. Clean install from scratch (new forum). Everything works nice for about 30min then boom, Nodebb just crashes.... Nothing in Nodebb logs and nothing in MongodDB logs as well...
I'm going crazy, I've checked almost everything... It's seems like a random behaviour and it crashes with or without activities...
I've deactivated almost all the plugins... Didn't change anything
Now I upgraded MongoDB to 3.0 and and changed the 2 kernel params
~$ cat /sys/kernel/mm/transparent_hugepage/enabled
[always] madvise never
~$ cat /sys/kernel/mm/transparent_hugepage/defrag
[always] madvise neverIt's still up for the moment (1h30). I'll keep you posted.
-
My still work in docker! check my packages here!
https://github.com/Jenkler/dockerRunning branch v1.x.x witch is v1.0.3 for now
-
Cool, I have almost updated all my forums now. I also hope the the issues is over
-
@Jenkler Excellenet. Mine is still up and running as well. So as far:
- I've upgraded to MongoDB 3.2
- I've added 1Gb of Memory to the server (Total of 2GB)
- I've added some OS bin exec to the PATH of NodeBB user
- I've disabled transparent hugepages in my Kernel
Now it's working.
-
I think that is the same problem.
My nodebb is freezed.
The problem there is also with REDIS DATABASE.
I think that is a bug of nodebb or a problem of node.js.
Is really urgent fix ...
https://community.nodebb.org/topic/9421/nodebb-dont-work/8 -
I am running 1.1.2 now with mongo DB 2.6 in Docker. No freeze at all.