radio4000.com service worker broken
oskarrough opened this issue · 2 comments
oskarrough commented
In iOS Safari + Edge I can't access radio4000.com since moving to Cloudflare pages. Two ideas:
- our service worker doesn't work on cloudflare pages? In long run I'd like to keep the sw.js since it enables us to install as web app
- our
_redirects
file is maybe messing up cloudflare pages? https://developers.cloudflare.com/pages/platform/redirects
oskarrough commented
Tried to temporarily disable Cloudflare caching and that also seems to solve the issue without any change on radio4000.
oskarrough commented
Else we can remove ember-service-worker for now, see if that works, and write our own service worker later.