-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Various errors on Android when opening db since upgrading to 11.2.13 #227
Comments
Create a reproducible example please |
@ospfranco sorry had some ssh issues, should be pushed now |
Interestingly, |
From the error it looks like the file system is somehow in Read only mode, using ANDROID_DATABASE_PATH will not create any folders. Maybe your app is missing disk write permissions? |
New version is out, give it a try |
@ospfranco working nicely, thanks again! |
What happened?
Upgraded from 10.1.0 to 11.2.13 and now calling
open
on Android seems to give a different error each time.Some examples:
It works fine if the
location
param is removed from theopen()
call.op-sqlite version
11.2.13
React Native version
0.76.5 / 0.77.0
Reproducible Example
https://github.com/mjmasn/FileSystemErrors
The text was updated successfully, but these errors were encountered: