Jump to content

So everytime I got to a new page on the forum, it keeps popping up that I have 3 notifications and its bothering the shit out of me, I marked them read and I even went to the pages. DOES NOTHING, it keeps popping up that I have 3. It happens on any device I try. Please fix it.

lttstore.com

Link to comment
https://linustechtips.com/topic/801111-weird-issues-with-notifications/
Share on other sites

Link to post
Share on other sites

Is the time set correctly on your device, and has it always been set correctly? Try clearing your site data ("Cookies and other site data" in chrome, "offline website data" in firefox), and see if that fixes it.

HTTP/2 203

Link to post
Share on other sites

7 hours ago, colonel_mortis said:

Is the time set correctly on your device, and has it always been set correctly? Try clearing your site data ("Cookies and other site data" in chrome, "offline website data" in firefox), and see if that fixes it.

Didn't seem to fix it.

lttstore.com

Link to post
Share on other sites

11 minutes ago, Being Delirious said:

Didn't seem to fix it.

Are you on desktop? If so, can you press F12 to open the dev tools, then switch to the console tab and run

localStorage.clear()

and see if that fixes it.

HTTP/2 203

Link to post
Share on other sites

8 minutes ago, Being Delirious said:

20 seconds about

Can you open the dev tools console tab again and run

ips.utils.cookie.set("lmgdebug", "1")

Leaving the dev tools open, refresh the page. Once the page has loaded, run each of the following lines separately, pressing enter between them (please run them before the notifications show up):

ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();

Once the notifications show up (after ~20s), run the following lines separately, pressing enter between them:

ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();
ips.utils.cookie.set("lmgdebug", "0", -1);

then copy and paste the entire contents of the console to a code tag here so I can take a look.

HTTP/2 203

Link to post
Share on other sites

Just now, colonel_mortis said:

Can you open the dev tools console tab again and run


ips.utils.cookie.set("lmgdebug", "1")

Leaving the dev tools open, refresh the page. Once the page has loaded, run each of the following lines separately, pressing enter between them (please run them before the notifications show up):


ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();

Once the notifications show up (after ~20s), run the following lines separately, pressing enter between them:


ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();
ips.utils.cookie.set("lmgdebug", "0", -1);

then copy and paste the entire contents of the console to a code tag here so I can take a look.

fixed. thx mate.

lttstore.com

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×