Location isn't readable - expo-file-system [Android]

Hello! I’m having an issue when using FileSystem.readAsStringAsync(uri, { encoding: EncodingType.Base64 }) on Android.

The error says:


Location 'file:///data/user/0/host.exp.exponent/cache/ImageManipulator/4cfc7b1a-3829-450c-89f7-a85a2b73352a.jpg' isn't readable.

On expo go shows this error, but on standalone builds is working as expected.

package.json:

"expo-file-system": "~15.2.2",
"expo-image-manipulator": "~11.1.1",
  1. SDK Version: 48
  2. Platforms(Android/iOS/web/all): Android/iOS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.