Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #51930 All Revisions ] Back to Issue ]
Summary 0051930: IndexedDB data synchronization error
Revision 2024-02-05 16:12 by ivazquez
Steps To Reproduce Go to log in page: login page is not loaded
Error in the console:
Uncaught -> IDBRequest {result: undefined, error: DOMException: Failed to read large IndexedDB value, source: IDBIndex, transaction: IDBTransaction, readyState: 'done', ...}


Commands used to extract the pending information to be synchronized:

await OB.App.MessageModelController.findAll();

With this command, we obtain all the registers, which we copy, and paste into VCode and we see the giant problematic register, which we obtain its id and with the following command we eliminate it:

await OB.App.MessageModelController.delete('ID OF THE PROBLEMATIC RECORD');
Revision 2023-03-21 16:37 by malsasua
Steps To Reproduce . go to login page: login page is not loaded
Error in the console:
Uncaught -> IDBRequest {result: undefined, error: DOMException: Failed to read large IndexedDB value, source: IDBIndex, transaction: IDBTransaction, readyState: 'done', ...}
Revision 2023-03-21 16:34 by malsasua
Steps To Reproduce .


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker