Failed to execute 'index' on 'IDBObjectStore': The specified index was not found. #1470
Unanswered
praveenprk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to access nested object inside a store and iterating it, I come across this :
Unhandled rejection: Error: Failed to execute 'index' on 'IDBObjectStore': The specified index was not found.
Initially the function worked well when the functionality was to search through only email and name. Now, I want to make it search through phone too.
The database/table looks like: https://imgur.com/e9ZrxVm
Now, I want to access that
billing
object which contains aphone
key. So, I added:So, the current code is:
Here you can see all the stores, version, and other information where the store and table is declared: https://imgur.com/a/hkJXbqY
Beta Was this translation helpful? Give feedback.
All reactions