Uncaught NotFoundError: Failed to execute 'transaction' on 'IDBDatabase': One of the specified object stores was not found.
See original GitHub issueThere is a bug related to the commit https://github.com/mozilla/localForage/commit/e6aadde9716f987692af12f0ddc6aa5819e69d5a : you have renamed the DB to localForage
with a capital F, and I get this weird error on Windows…
I changed it to lowercase localforage
and no more bug …
The WebSQL DB is also named with the lowercase version.
Issue Analytics
- State:
- Created 10 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
indexedDB Creating a database and adding content Failed to ...
Uncaught NotFoundError : Failed to execute 'transaction' on 'IDBDatabase': One of the specified object stores was not found.
Read more >"Failed to execute 'transaction' on 'IDBDatabase': The ...
Part I: the error itself I just got this error in my app: { "error": { "name": "InvalidStateError", "code": 11, "reason": "Failed to...
Read more >IDBDatabase.transaction() - Web APIs - MDN Web Docs
The transaction method of the IDBDatabase interface immediately returns a transaction object (IDBTransaction) containing the IDBTransaction.
Read more >Failed to execute 'transaction' on 'IDBDatabase': One of the ...
[Solved]-IndexedDB Error : NotFoundError : Failed to execute 'transaction' on 'IDBDatabase': One of the specified object stores was not found-Reactjs.
Read more >Failed to execute 'transaction' on 'IDBDatabase' Error Randomly.
I am getting : Uncaught DOMException: Failed to execute 'transaction' on 'IDBDatabase'. One of the specified object stores was not found" error frequently....
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
how to solve the problem of uncaught dom exception failed to execute idbDatabase as one of the object store was not found
What version of localforage are you using?