Rikudou_Sage@lemmings.world to Programming@programming.dev · 1 day agoI always feel better about myself when I see huge companies pull off shit like thislemmings.worldimagemessage-square22fedilinkarrow-up1229arrow-down16
arrow-up1223arrow-down1imageI always feel better about myself when I see huge companies pull off shit like thislemmings.worldRikudou_Sage@lemmings.world to Programming@programming.dev · 1 day agomessage-square22fedilink
minus-squarefinitebanjo@lemmy.worldlinkfedilinkarrow-up3·1 day agoI was getting that the other day on a random site on desktop, maybe it’s got something to do with firefox/waterfox?
minus-squareBlackEco@lemmy.blackeco.comlinkfedilinkarrow-up5·18 hours agoNot directly, but if the developers would call some global variable set by a third-party library that’s blocked by an ad-blocker (say GTM) without checking if said variable is set first, that probably could trigger that error.
minus-squareDannyBoy@sh.itjust.workslinkfedilinkEnglisharrow-up2·1 day agoI don’t think so. This is the code crashing, Adblock just blocks requests.
I was getting that the other day on a random site on desktop, maybe it’s got something to do with firefox/waterfox?
Nah, it’s a Next.js error.
Can adblock “cause” it?
Not directly, but if the developers would call some global variable set by a third-party library that’s blocked by an ad-blocker (say GTM) without checking if said variable is set first, that probably could trigger that error.
I don’t think so. This is the code crashing, Adblock just blocks requests.