Broken Push Notifications
-
Hi community,
I notice that I can not get the newest and unread topic, when I open the form the sort seems not worked as before, I need to changed it manually to
NEWEST TO OLDEST
. Has anyone else encountered a similar situation?Cheers~
DunHou -
Hey @Dunhou,
thank you for reporting this. I took the liberty of shortening your posting a bit to make it more suitable for a service note read by everyone. This has nothing to do with your chosen browser but with the service worker stored in the cache of your browser (that it worked in one browser for you was probably caused by the fact that you did not had a stored valid session there). The user account rollback we recently carried out changed the signature of the NodeBB instance, and with that broke all service workers that were registered before the rollback.
I should have foreseen that and communicated it; but I did not, mea culpa. The service workers will be updated automatically when your browser cache is cleared (by default after 24 hours on our site, but there are multiple factors that can influence this). But you can fix this yourself by forcibly clearing the cache of your browser. For most browsers, this can be done by pressing
Ctrl + Shift + R
(orCmd + Shift + R
on macOS), or by pressingCtrl + F5
(orCmd + F5
on macOS) to reload the page without using the cache.Impacted by this will be all user bound data such as notifications, private messages, presets, and the 'unread' status of topics. I will leave up the warning on site for a while, so that all users are informed.
Cheers,
Ferdinand -
F ferdinand moved this topic from General Talk on