WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.3K

When I am logged in, whether incognito (i.e. extensions disabled) or not, infinite scroll doesn't work. I think this is the result of a JS error preventing the binding of some events later on.

Edit: Forgot to mention that this isn't an issue when I'm not logged in, extensions or not. Seeing as '#toggle' is immediately after the logo and quote, id assume its related to the controls that appear when logged in.

Specifically this line....

document.getElementById("toggle").addEventListener("click", function(e) {

Error: main.5308101f1dbb8534b1eb.js:7 Uncaught TypeError: Cannot read property 'addEventListener' of null at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:7) at t (main.5308101f1dbb8534b1eb.js:1) at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:38) at t (main.5308101f1dbb8534b1eb.js:1) at main.5308101f1dbb8534b1eb.js:1 at main.5308101f1dbb8534b1eb.js:1

When I am logged in, whether incognito (i.e. extensions disabled) or not, infinite scroll doesn't work. I think this is the result of a JS error preventing the binding of some events later on. Edit: Forgot to mention that this isn't an issue when I'm not logged in, extensions or not. Seeing as '#toggle' is immediately after the logo and quote, id assume its related to the controls that appear when logged in. Specifically this line.... > document.getElementById("toggle").addEventListener("click", function(e) { Error: `main.5308101f1dbb8534b1eb.js:7 Uncaught TypeError: Cannot read property 'addEventListener' of null at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:7) at t (main.5308101f1dbb8534b1eb.js:1) at Object.<anonymous> (main.5308101f1dbb8534b1eb.js:38) at t (main.5308101f1dbb8534b1eb.js:1) at main.5308101f1dbb8534b1eb.js:1 at main.5308101f1dbb8534b1eb.js:1`

(post is archived)

[–] 1 pt

Have you tried clearing your cache by reformatting your root volume using a hillary type hammer?

[–] [deleted] 2 pts

Normally I use that 'special recipe' dub told me about (in minecraft) to destroy my HDDs every time windows asks me to give some process administrator privileges.

[–] 1 pt

Try to delete poal's session cookie.

What OS and browser's version/build are you using?

[–] 1 pt

Fixed!

Thanks for the report. I was able to reproduce the issue and fix the bug.