-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video does not work on Safari with gatsby-plugin-offline #13615
Comments
I can start taking a look at this one |
This seems to be the root issue GoogleChrome/workbox#1663 |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contributefor more information about opening PRs, triaging issues, and contributing! Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing! Thanks again for being part of the Gatsby community! |
🤕 Any solutions for this? |
@jamesvclements didn't find a proper way to solve this, I had to remove gatsby-plugin-offline 😟 |
I also decided to drop offline support because of this issue. I'd like to keep this open in the hopes that some brave person takes it on. Here's the strategy that the Workbox team currently suggests: https://developers.google.com/web/tools/workbox/guides/advanced-recipes#cached-av |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing! Thanks again for being part of the Gatsby community! |
I'll close this as it's an upstream issue. It's supposed to be fixed in the latest Safari Technology Preview |
Description
Caching video with gatsby-plugin-offline works almost everywhere, except on Safari
After digging a bit, it seems that Safari do some pretty weird stuff when loading video, I found this blog post interesting
A quick fix would probably be to exclude video files from the
gatsby-plugin-offline
cache, but I can't find a way to do so.Steps to reproduce
You can check out the project I'm currently working on https://staging.ouaille-note-festival.fr
If you reproduce those steps with Google Chrome it works well
Expected result
The video should play on every latest browser
Actual result
It doesn't load once cached Safari
Environment
Latest stable Safari version on iOS and macOS
The text was updated successfully, but these errors were encountered: