Recent page and Recent Card update doesn't work for one account
-
Hello
I have change of server hosting nodebb and update 2.x to 3.x by the same time.
I have one account with a big problem :
No matter the browser or even the machine with which I connect (and even on smartphone), I no longer have an update of the recent card carousel widget or the “recent” category.
The last messages go back three days. Same in incognito browser mode and several browser.
As if the account was blocked.On the other hand, I have the latest posts when I go to the categories and in the topics
this account have the same rights as other user.
very odd
we have test with @phenomlab to revoke sessions on ACP, purge CF and nodebb cache, test without cloudflare, test to search privilege problem with add account to admin group.
I'm on mongodb, redis & Cloudflare.
I have set redis like this tutorial: https://docs.nodebb.org/configuring/scaling/
and use it for session store.if @baris, you have an idea or solution o resolv this problem, I take it
-
So this started after you migrated your server? I would login with that user and make a new reply and see if that shows up in recent. Other things to check are blocked users, ignored categories. If all else fails you need add some console.logs into src/controllers/recent.js to figure out why no topics are returned for that user.
-
@baris said in Recent page and Recent Card update doesn't work for one account:
So this started after you migrated your server?
2 or 3 days after
@baris said in Recent page and Recent Card update doesn't work for one account:I would login with that user and make a new reply and see if that shows up in recent
he use his account, he can answer tot topic but nothing in recent
@baris said in Recent page and Recent Card update doesn't work for one account:
Other things to check are blocked users, ignored categories
Where can I check this?
I put this user in the admin group and same things@baris said in Recent page and Recent Card update doesn't work for one account:
If all else fails you need add some console.logs into src/controllers/recent.js to figure out why no topics are returned for that user.
So there I am dropped