Since late last week (around March 19th), gocomics.com has stopped working correctly. All functions which depend on scripts (image zoom, calendar, search) do not work at all. It can be reproduced by visiting
https://www.gocomics.com/garfield.
Tested on version 34.1.0 in a clean profile. Before last week, the same version worked perfectly (I visit the site daily), so it doesn't seem a regression in Pale Moon.
The console shows a bunch of unrelated CSS warnings and then this error:
Code: Select all
Error: Invariant: Expected document.currentScript to be a <script> element. Received null instead. This is a bug in Next.js.
The page does not reference Next.js, but it starts with which seems an inline minified version of it. In fact, Next.js' website,
https://nextjs.org/, shows the exact same symptoms: no scripts, and the same error on the console. This would point to a compatibility problem with Next.js.