Good day,
In v.0.7.1 & v.0.7.2 correctly count posts in old structure of sub category.
But if create new category & create post in sub category - counter didn't "see" posts in subcategory & didn't preview posts in main page.
Bug report in git - https://github.com/NodeBB/NodeBB/issues/3368
[Solved] WebSocket connection to 'ws://forum.zaijiajiaoyu.net/socket.io/1/websocket/zot0tQJTmE7fAYON9D9A' failed: Error during WebSocket handshake: Unexpected response code: 502
-
I am using the latest chrome. why does the websocket connection fail ?
-
You are correct. I am using ubuntu 12.04 and the version of nginx is low. After I upgrade nginx, it works. Thank you.
-
I confirm the upgrade of the nginx increase the performance of nodebb. (index page was often realy slow / and some times crashes) The latest stable version of nxing has resolved this problems.
To upgrade on ubuntu:
sudo apt-get install software-properties-common sudo add-apt-repository ppa:nginx/stable sudo apt-get update sudo apt-get install nginx