i'm using NodeBB v3.10.3. Popular work well when i start to use.
In the one day, i don't know why Popular don't work although i try to click to topics for update topics views.
Site don't show any data when i chose: day, week, month
[image: 1733200643197-5161646d-203a-441a-b031-788314c75d08-image.png]
When i chose: All time, site response data but it's not true by views.
this is my congfig:
{
"url": "https://mywebsite",
"secret": "{mykey}",
"database": "mongo",
"mongo": {
"host": "{ip}",
"port": "27017",
"username": "nodebbv3",
"password": "mypass",
"database": "nodebbv3",
"uri": ""
},
"port": ["4567","4568","4569"],
"bind_address": "0.0.0.0",
"isCluster": "true",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "mypass",
"database": "2"
},
"upload_path":"/public/uploads",
"session_store": {
"name": "redis",
"host":"127.0.0.1",
"port":"6379",
"password": "mypass",
"database": "1",
"tls": {}
}
}