Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||
View Issue Details | |||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||
0051930 | Openbravo ERP | A. Platform | public | 2023-03-21 14:41 | 2024-02-28 12:18 | ||||||||||||||||
Reporter | ivazquez | ||||||||||||||||||||
Assigned To | AugustoMauch | ||||||||||||||||||||
Priority | high | Severity | major | Reproducibility | sometimes | ||||||||||||||||
Status | closed | Resolution | no change required | ||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||
Product Version | PR23Q4.1 | ||||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||
Review Assigned To | |||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||
Web browser | |||||||||||||||||||||
Modules | Core | ||||||||||||||||||||
Support ticket | |||||||||||||||||||||
Regression level | |||||||||||||||||||||
Regression date | |||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||
Summary | 0051930: IndexedDB data synchronization error | ||||||||||||||||||||
Description | A record in the IndexedDB is too large(in this case we assume it is a corrupt Terminal Log), causing the following problem, preventing the till from loading and making it impossible to use. Attached is JSON extracted from the MessageModel | ||||||||||||||||||||
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'); | ||||||||||||||||||||
Proposed Solution | |||||||||||||||||||||
Additional Information | |||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||
Relationships |
| ||||||||||||||||||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=18286&type=bug ![]() https://issues.openbravo.com/file_download.php?file_id=18287&type=bug ![]() https://issues.openbravo.com/file_download.php?file_id=18290&type=bug ![]() https://issues.openbravo.com/file_download.php?file_id=18291&type=bug ![]() https://issues.openbravo.com/file_download.php?file_id=19438&type=bug ![]() https://issues.openbravo.com/file_download.php?file_id=19439&type=bug | ||||||||||||||||||||
Issue History | |||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||
2023-03-21 14:41 | ivazquez | New Issue | |||||||||||||||||||
2023-03-21 14:41 | ivazquez | Assigned To | => Retail | ||||||||||||||||||
2023-03-21 14:41 | ivazquez | File Added: indexeddbentries.json | |||||||||||||||||||
2023-03-21 14:41 | ivazquez | Triggers an Emergency Pack | => No | ||||||||||||||||||
2023-03-21 14:42 | ivazquez | File Added: indexeddbentries2.json | |||||||||||||||||||
2023-03-21 14:42 | ivazquez | File Added: Selección_931.png | |||||||||||||||||||
2023-03-21 14:43 | ivazquez | File Added: Selección_932.png | |||||||||||||||||||
2023-03-21 16:32 | malsasua | Project | Retail Modules => Openbravo ERP | ||||||||||||||||||
2023-03-21 16:32 | malsasua | Modules | => Core | ||||||||||||||||||
2023-03-21 16:32 | malsasua | Category | Web POS => A. Platform | ||||||||||||||||||
2023-03-21 16:32 | malsasua | version | RR20Q3.4 => | ||||||||||||||||||
2023-03-21 16:32 | malsasua | Target Version | RR20Q3.4 => | ||||||||||||||||||
2023-03-21 16:34 | caristu | Assigned To | Retail => Triage Platform Base | ||||||||||||||||||
2023-03-21 16:37 | malsasua | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=25734#r25734 | ||||||||||||||||||
2023-03-21 16:40 | ivazquez | File Deleted: Selección_932.png | |||||||||||||||||||
2023-03-21 16:40 | ivazquez | File Deleted: Selección_931.png | |||||||||||||||||||
2023-03-21 16:42 | ivazquez | File Added: Selección_932.png | |||||||||||||||||||
2023-03-21 16:42 | ivazquez | File Added: Selección_931.png | |||||||||||||||||||
2023-03-21 18:25 | ivazquez | Summary | IdexedDB data synchronization error => IndexedDB data synchronization error | ||||||||||||||||||
2023-04-23 23:40 | AugustoMauch | Note Added: 0148755 | |||||||||||||||||||
2023-04-23 23:40 | AugustoMauch | Assigned To | Triage Platform Base => ivazquez | ||||||||||||||||||
2023-04-23 23:40 | AugustoMauch | Status | new => feedback | ||||||||||||||||||
2024-02-05 16:08 | ivazquez | Note Added: 0160266 | |||||||||||||||||||
2024-02-05 16:08 | ivazquez | File Added: bigTerminalLog.json | |||||||||||||||||||
2024-02-05 16:08 | ivazquez | File Added: terminalLogBlock.json | |||||||||||||||||||
2024-02-05 16:09 | ivazquez | Status | feedback => new | ||||||||||||||||||
2024-02-05 16:12 | ivazquez | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=27465#r27465 | ||||||||||||||||||
2024-02-05 16:12 | ivazquez | Assigned To | ivazquez => Retail | ||||||||||||||||||
2024-02-05 16:15 | ivazquez | Assigned To | Retail => AugustoMauch | ||||||||||||||||||
2024-02-05 16:15 | ivazquez | version | => PR23Q4.1 | ||||||||||||||||||
2024-02-28 12:18 | AugustoMauch | Note Added: 0161370 | |||||||||||||||||||
2024-02-28 12:18 | AugustoMauch | Status | new => closed | ||||||||||||||||||
2024-02-28 12:18 | AugustoMauch | Resolution | open => no change required | ||||||||||||||||||
2024-03-20 15:28 | ivazquez | Relationship added | related to 0055014 | ||||||||||||||||||
2024-03-20 16:30 | ivazquez | Relationship added | related to 0055016 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|