Failed to execute 'transaction' on ' IDBDatabase': The database connection is closing
See original GitHub issueIn Chrome sometimes the following error appears:
Failed to execute 'transaction' on ' IDBDatabase': The database connection is closing
Sadly to this point I can not say in which line of code because it is hard to reproduce this.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:16
- Comments:18 (4 by maintainers)
Top Results From Across the Web
Failed to execute 'transaction' on 'IDBDatabase': The database ...
InvalidStateError : Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing. Its happens only with user-agent = ios ...
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 >Failed to execute transaction on IDBdatabase the database ...
This is a duplicate of Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing and appears to be a bad state...
Read more >1085724 - Investigate forceful closure of IDBDatabase
We have recently had about a dozen reports of the following error: "Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing."...
Read more >197050 – IndexedDB: An internal error was encountered in ...
Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing. (56.74 KB, text/plain) 2020-08-04 07:05 PDT, Istvan Tabanyi, no flags ...
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
‘POSTS’ to ‘posts’
Same thing is keep happening to me. when you will try to access the indexDb store before it gets ready this error will arise.