Skip to content
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

Implement proper update handling for PWA. #19

Open
ben-ryder opened this issue Nov 6, 2023 · 1 comment
Open

Implement proper update handling for PWA. #19

ben-ryder opened this issue Nov 6, 2023 · 1 comment
Assignees
Labels
bug Something isn't working feature project/web #fbca04

Comments

@ben-ryder
Copy link
Owner

Right now after an update is pushed the old PWA site can still be cached. There is no mechanism to inform the user of updates.

At minimum I should try and find a way to automatically invalidate the cache and update after a production deploy, but long term I may want to make this user facing so they can choose to update when ready.

@ben-ryder ben-ryder added bug Something isn't working feature project/web #fbca04 labels Nov 6, 2023
@ben-ryder ben-ryder self-assigned this Nov 6, 2023
@ben-ryder
Copy link
Owner Author

Right now, updates can be pulled by deleting the installed service worker and clearing the browser cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature project/web #fbca04
Projects
None yet
Development

No branches or pull requests

1 participant