Worker sites don't serve sw.js

I am trying to setup a single page app which is served on .workers.dev subdomain. I noticed that my /sw.js is not being served.

First I thought that all top level assets in / are not being served but that’s not the case.
The pattern I was able to discover is /sw.* is not served and 404.html is displayed instead.
If I rename my worker to swrk.js everything is fine :slight_smile:

I also posted issue on github worker-sites-template
Does anyone have similar experience?

1 Like

You posted at worker-sites-template issues,
that is the quickest route for your problem getting solved.