[Webkit-unassigned] [Bug 235579] iOS 15.2.1 Safari - PWA - An internal error was encountered in the Indexed Database server

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 04:04:13 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=235579

Anthon Nilsson <anthon.nilsson at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anthon.nilsson at gmail.com

--- Comment #12 from Anthon Nilsson <anthon.nilsson at gmail.com> ---
My users get this messages often when the code for using Dexie.js is used in the application. The application is written in Angular 14.

Here is some of the information from the browser error.

-- UserAgent:
-------------------------------
Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1
-------------------------------

Error message (it is actually repeating itself in the same message, might be becauce something in dexie):
-------------------------------
Uncaught (in promise): DatabaseClosedError: UnknownError Connection to Indexed Database server lost. Refresh the page to try again
 UnknownError: Connection to Indexed Database server lost. Refresh the page to try again
DatabaseClosedError: UnknownError Connection to Indexed Database server lost. Refresh the page to try again
 UnknownError: Connection to Indexed Database server lost. Refresh the page to try again
-------------------------------

-- Stacktrace (deminified) (dont know if it is helpful):
-------------------------------
(webpack:///node_modules/zone.js/fesm2015/zone.js:1212:65) func: z, code: (value && value.stack ? '\n' + value.stack : ''));
(webpack:///node_modules/zone.js/fesm2015/zone.js:1138:23) func: , code: const TYPE_ERROR = 'Promise resolved with itself';
(webpack:///node_modules/zone.js/fesm2015/zone.js:1154:19) func: , code: catch (err) {
(webpack:///node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js:32:0) func: a, code: _next(undefined);
(webpack:///node_modules/@babel/runtime/helpers/esm/objectSpread2.js:4:0) func: S, code: var keys = Object.keys(object);
(webpack:///packages/core/src/zone/ng_zone.ts:413:35) func: onInvoke, code: 
(webpack:///node_modules/zone.js/fesm2015/zone.js:134:49) func: run, code: return this._zoneDelegate.invoke(this, callback, applyThis, applyArgs, source);
(webpack:///node_modules/zone.js/fesm2015/zone.js:1294:43) func: , code: return resolvePromise(new this(null), RESOLVED, value);
(webpack:///packages/core/src/zone/ng_zone.ts:398:39) func: onInvokeTask, code: 
(webpack:///node_modules/zone.js/fesm2015/zone.js:178:57) func: runTask, code: return this._zoneDelegate.invokeTask(this, task, applyThis, applyArgs);
(webpack:///node_modules/zone.js/fesm2015/zone.js:585:42) func: _, code: task.zone.runTask(task, null, null);
(webpack:///node_modules/zone.js/fesm2015/zone.js:491:20) func: invokeTask, code: drainMicroTaskQueue();
-------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220908/fb5c00fd/attachment.htm>


More information about the webkit-unassigned mailing list