Rikudou_Sage@lemmings.world to Programming@programming.dev · 2 months agoI always feel better about myself when I see huge companies pull off shit like thislemmings.worldimagemessage-square23fedilinkarrow-up1242arrow-down16
arrow-up1236arrow-down1imageI always feel better about myself when I see huge companies pull off shit like thislemmings.worldRikudou_Sage@lemmings.world to Programming@programming.dev · 2 months agomessage-square23fedilink
minus-squarebrbposting@sh.itjust.workslinkfedilinkEnglisharrow-up4·2 months agoCan adblock “cause” it?
minus-squareBlackEco@lemmy.blackeco.comlinkfedilinkarrow-up5·2 months 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·2 months agoI don’t think so. This is the code crashing, Adblock just blocks requests.
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.