This repository was archived by the owner on Jan 28, 2025. It is now read-only.
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
The root level resource request of service-worker.js
does not forward to S3 bucket. #357
Open
Description
Describe the bug
- nextjs PWA not working.
- the root level request of
service-worker.js
does not forward tostatic/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.
Metadata
Metadata
Assignees
Labels
No labels