You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not getting any errors but when storing a File on iOS and retrieving it, it gets corrupted. The metadata is kept but the internal data gets broken and the File is no longer working. When sending it within a FormData through an http request, the Content-Length header value is too small, which is a syntom of the File data being wrong.
It works when storing it on Android and Web though but can't make it work on iOS
Is anyone aware of any issues regarding the ionic/storage-angular with indexeddb?
I have seen lately a lot of issues with my customers on iOS 18+.
It looks as if the storage.create method returns early - as if the storage is not properly initialized yet. Or if the db connection is being lost.
It resembles issues reported here:
https://bugs.webkit.org/show_bug.cgi?id=277615
https://bugs.webkit.org/show_bug.cgi?id=282093
https://bugs.webkit.org/show_bug.cgi?id=197050
The text was updated successfully, but these errors were encountered: