You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This site can’t be reached
The webpage at https://whatwg.org/mailing-list might be temporarily down or it may have moved permanently to a new web address.
It works in incognito. The console (and @annevk) reveals that it's something broken with our SW setup:
website-service-worker.js:47 Could not refresh the cache for https://whatwg.org/mailing-list Error: https://whatwg.org/mailing-list is responding with 0
at refreshCacheFromNetworkResponse (website-service-worker.js:58)
at website-service-worker.js:45
However, that line which is giving the warning is just a warning saying that it can't refresh the cache. It's not the proximate cause of this issue, at least. So I'm still not sure whether this is the service worker's fault, or the HTTP cache.
After #301 + whatwg/misc-server#126 , https://whatwg.org/mailing-list shows this error in Chrome for me:
It works in incognito. The console (and @annevk) reveals that it's something broken with our SW setup:
What happened is that originally https://whatwg.org/mailing-list was a regular document and now it redirects to https://lists.whatwg.org/.
The text was updated successfully, but these errors were encountered: