Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Everything was running fine, but after upgrading to v0.5.4 from git branch v0.5.x = no more notifications when someone upvote a post or use the @username reply? how can I debug this?
thanks!
Just did a "git pull" && nodebb upgrade. still not working. Any ideas?
If you are using redis can you post the output of the following.
redis-cli type notifications
@baris
127.0.0.1:6379> type notifications set
This has happened before, I am not exactly sure why though, you can fix it by deleting the notifications key.
redis-cli del notifications
Then try again.
@baris Thanks a bunch, it now works!
Is the correct output zset?
zset
Yes it should be a zset.