-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error Could not find image file #72
Comments
@Paul12pp - hey did you find a solution for this? |
Hi, I made my own image cache component using react-native-file-access, if you wanna I can send you the source code. |
In my case it was due to misconfiguration on the google-storage side, where if for public images authorization header was present it was sending 401 |
And also the other issue is that once the error is received its response is then stored as a valid image cache file, and treated like that as well. |
Hi!
Im getting this error
Could not find image file:///Users/macbookpro/Library/Developer/CoreSimulator/Devices/15DB62A5-3463-48C7-A25F-694A5F4F1CDF/data/Containers/Data/Application/C5A58443-6533-474A-85E1-8D914F803105/Library/images_cache/da2d862b5aa3909076da5802367a62add56635bb.png
And some images are no loading.
Platform: iOS
my code in the app.js
this is an example of an uri in my server:
https://{SOME}.amazonaws.com/{SOME}/e0f2c062-2540-47c7-92b3-0a0e210fb681.jpeg?AWSAccessKeyId=AKIAT6CYCCTUOA625D6D&Expires=1702501015&Signature=OWBrS%2Fed%2BErzk2d0DWAk8b5%2BlGE%3D
The text was updated successfully, but these errors were encountered: