It seems that the IndexDB of the browser that is running the PWA is growing in size. Even when for example all local data is being deleted from the device (by running the 'DeleteAll<LocalEntity>' action from Outsystems).
I've verified that the local storage is completly empty. However, the IndexDB doesn't lose it's size. In fact, when doing another sync. It seems that the IndexDB is only getting bigger and bigger. Untill it's get to big that the PWA freezes and won't launch anymore. Only way to fix it, is by clearing the browsers data.
Anyone has an idea what causes the IndexDB to grow in size even when the local storage is cleared?