Open sanderkooger opened 3 years ago
Any solution? My Next.js app at redilet.com also has this issue. Videos from AWS S3 Bucket are being fetched fully when visiting the page.
Update: I solved it by disabling cross-origin caching. See commit: 78930ca18ed359e9ceed6b1e50a3966a6028013e 🥳🎉
Summary
We are buildign a video stream application on top of Cloudflare stream, When streinging vides with video JS the TS segments get cached in the Serviceworker.
Versions
next-pwa
: 3.2.1next
:11.1.1How To Reproduce
Steps to reproduce the behavior:
Expected Behaviors
Have control over what is cached by excluding either domain or filetype I tried to add it to my excludes
How do i make workbox not cache videos ( it leads to a too large cache)