Error #345
Replies: 7 comments 64 replies
It is failing on the line const isDbCreated Without ANY code change, if I clear the chrome storage on phone, it starts to work again. This error is random, and only every once in awhile after lots of usage. |
|
Keep in mind, the oddity is that with this... It works 100% fine, then after awhile it starts to fail and gives the error up there on this line with 0 code changing... Then if I clear all chrome data, it works again |
|
It seems like its the connection var getting stuck. How often do connections expire? Do you recommend me wrapping the DB Initialization in a try catch and if it hits the catch, destroy the connection and recreate it? I am declaring the connection in a .js file that is used by multiple HTML pages. |
|
Hey I have been using the indexeddb.deletedatabase() call on the catch to rebuild teh database when this happens and its been working okay for me, just wanted to check if you have seen any root cause for why the JSMeta is getting deleted and messing up the local database? |








Uh oh!
There was an error while loading. Please reload this page.
I am getting the following error... It ONLY happens after device has been used for a long time. If I refresh chrome cache, it works fine again
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'name') at nt (jsstore.worker.min.js:2:64964) at jsstore.worker.min.js:2:69300
Again, if I refresh chrome and delete all data, it works again.
It appears that it has an issue with the dbName... AKA the name of the database. Any advice?
All reactions