jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.29k stars 353 forks source link

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

Closed a-ditucalan closed 3 years ago

a-ditucalan commented 3 years ago

HI im having an error i dont know why. any help? everytime i called the funcation for initIndexDB its always says that store not found. image image

jakearchibald commented 3 years ago

I'm happy to help, but you need to create a minimal reproducible example.

A guess: You've changed the schema of your database without incrementing the version number.

Happy to reopen this once you've given me a minimal reproducible example.