[Documentation] vuetifyjs.com website breaks in Safari after clearing cache
See original GitHub issueEnvironment
Browsers: Safari 14.0.2 OS: Mac OS 10.15.6
Steps to reproduce
- Visit the main Vuetify page in Safari.
- Empty cache from Safari developer tools.
- Visit page again, see error message:
Safari Can't Open the Page
Safari can't open the page "https://vuetifyjs.com/". The error is:
"FetchEvent.respondWith received an error: Returned response is null." (WebKitServiceWorker: 0)
Expected Behavior
Being able to visit the main website in Safari.
Actual Behavior
Visiting the main website in Safari occasionally breaks, specifically after emptying caches.
Reproduction Link
Other comments
I’d guess the issue is a service worker which doesn’t handle the case of getting an empty cache response correctly. This can only be resolved by uninstalling the service worker by going into Safari settings and clearing all stored data for the site.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Clear your browsing history in Safari on Mac - Apple Support
In the Safari app on your Mac, choose History > Clear History, then click the pop-up menu. Choose how far back you want...
Read more >Browser support - Vuetify
Vuetify is a Material Design component framework for Vue.js. It aims to provide all the tools necessary to create beautiful content rich ...
Read more >[Solved]-Canvas getImageData not working on Mobile Safari
This documentation says that canvas.drawImage() is not available on iOS. http://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/HTML- ...
Read more >Forms - A yes/no (bolean) field - Product Portal - Roadmap
Update the policy docs instead of delete + insert ... We are updating the cached version of TicketById endpoint on Redis after reacting...
Read more >Clustering 4000 Stack Overflow tags with BigQuery k-means
These are the most active Stack Overflow tags since 2018 — they're a ... TABLE `deleting.stack_overflow_tag_co_ocurrence` AS WITH data AS ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The better workaround is already contained in the original post: go into settings, Privacy → Manage Website Data, and remove all data associated with that website only. That doesn’t discard all your login cookies on other sites.
Exactly the same issue here.