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
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
the root level request of service-worker.js does not forward to static/service-worker.js
To Reproduce
I have used next-offline for building pwa application. This plugin generates service-worker.js under static/service-worker.js
Expected behavior
Public resources. Requests to root level resources like /robots.txt, /favicon.ico, /manifest.json, etc. These are forwarded to S3. service-worker.js this is also a root level resources. So, this should forward to S3 as well.