dodona-edu/papyros

Service worker issue in Firefox

winniederidder opened this issue · 3 comments

Registering the service worker in Firefox seems to be broken in Dodona.
firefox-serviceworker

This issue does not occur in Firefox on papyros.ugent.be

The issue is related to the URL used to resolve the service worker, as Firefox seems to add a # by default, causing location.href to contain the wrong path.

Fixed and tested in Firefox in the latest commit:
firefox-input