question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught NotFoundError: Failed to execute 'transaction' on 'IDBDatabase': One of the specified object stores was not found.

See original GitHub issue

There 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:closed
  • Created 10 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
tundeskycommented, Mar 5, 2017

how to solve the problem of uncaught dom exception failed to execute idbDatabase as one of the object store was not found

0reactions
thgreasicommented, Mar 5, 2017

What version of localforage are you using?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found