-
Notifications
You must be signed in to change notification settings - Fork 831
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
"One of the specified object stores was not found." exception when using precaching #1109
Comments
The code associated with the stack trace is
Given that service worker code, the only thing that should be touching IndexedDB is The facts that the developer is explicitly calling @beatrizdemiguelperez, are you able to reproduce the issue when starting fresh from an Incognito window? And if so, can you deploy your web app at a public URL that we could visit? |
It seems likely that a previous version of the IndexedDB database exists with the same name (i.e. one created by Workbox v2 code), so when the v3 Workbox code is running, its Perhaps the issue is here? Regardless, if we're using the same DB names from before the |
I'll dig into this today and try and repro from old to new Workbox. Sounds like just using a new version number and managing the upgrade will be enough. |
Hi @gauntface, As you said from an incognito window it worked with alpha version. Now i tried these changes on v3 branch and it works perfectly, so bug is fixed. When will you publish v3 tag or next alpha? Thanks!! |
Hello @beatrizdemiguelperez—While this isn't always the case, we try to stick to a bi-weekly release schedule. As per https://developers.google.com/web/tools/workbox/community#team_calendar, the next release should go out on Thursday. (During the alpha/beta period, those releases might not always match up, but that's the rough idea.) |
Library Affected:
workbox-precaching
The original details from @beatrizdemiguelperez's report in our Slack channel:
The text was updated successfully, but these errors were encountered: