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
Failed to write manifest file.Error Domain=NSCocoaErrorDomain Code=640 "You can’t save the file “manifest.json” because the volume “Data” is out of space."
#1043
Closed
1 of 5 tasks
MaratowKyryl opened this issue
Nov 29, 2023
· 6 comments
Failed to write manifest file.Error Domain=NSCocoaErrorDomain Code=640 "You can’t save the file “manifest.json” because the volume “Data” is out of space."
All of users have at least 100mb free memory.
I assume, that the problem is the size of manifest file reached the limit. But, I can't find any info about known limits of manifest.json file on ios and there is no information in documentation or elsewhere how to increase the size limit.
I just checked and figured out that we use only around 750 bytes of data stored in AsyncStorage. Still cannot understand how it's possible to run out of space.
It might be that users are low on total amount, hence the issue. For values larger than 1MB, AsyncStorages on iOS stores them in a separate file (for each item) - does your calculation cover this?
I can't tell for sure it would show the total disk space used. I'm unable to tell why you got that error, but it is related to disk space available on device (not due to some limit of AsyncStorage)
What happened?
I got this error logged in Sentry.
Failed to write manifest file.Error Domain=NSCocoaErrorDomain Code=640 "You can’t save the file “manifest.json” because the volume “Data” is out of space."
All of users have at least 100mb free memory.
I assume, that the problem is the size of manifest file reached the limit. But, I can't find any info about known limits of manifest.json file on ios and there is no information in documentation or elsewhere how to increase the size limit.
Version
1.19.3
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
Run an application and save a lot of data on user login
The text was updated successfully, but these errors were encountered: