140
Views
5
Comments
Max IndexedDB size for PWA local entities
Question
Application Type
Mobile

Hi,

We are experiencing some issues with the new local storage used by PWA after a platform update (WebSQL -> IndexedDB). We have found that the app throws an 'empty' error (i.e. no error message in the error) when the total size of a local entity becomes greater than 100 MB. After this anytime you try to read/write to a local entity it gives the same error and you cannot proceed in the app.

Is this a known limitation of local entities? Has anyone come across this issue before?

All of the articles I have come across indicate the limits of IndexedDB or browser storage in general has a much higher limit depending on the device (eg. 4% of total HDD storage)

Any assistance would be much appreciated.

Kind regards,

Heinri

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Heinri,

Local storage quota depend on the storage types, mobile OS and browser (for more info https://web.dev/storage-for-the-web)

That said, I will see if I can get an answer from OutSystems if there are additional limitations for local entities.

Regards,

Daniel

2022-07-26 07-57-52
Heinri Germishuys

Hi Daniel,

Thank you for your feedback (and the link, will definitely have a look).

I was wondering if any other community members were having issues with this, but it seems it might be specific to our installation/set up. 

I will also open a support case for OutSystems support to assist.

Regards,

Heinri

2017-10-03 09-49-09
Ricardo Sequeira

Hi,

As Daniël said, Local Storage quota is managed by the browser where the application is running, and different browsers and versions may have different behaviors. 

There should be no limitation from the implementation point of view. Please do open a Support Case so we can take a closer look and help you overcome this.

Thanks,

Ricardo

2022-07-26 07-57-52
Heinri Germishuys

Hi Ricardo,

Thank you for your response.

I was wondering about this (hence why I created this post) but it seems to be an issue relating to our installation/set up (as I mentioned to Daniel).

I am going to open a support case for this, thank you for adding your 2 cents.

Regards,

Heinri

2024-09-04 13-52-14
Niket Makwana
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.