Uploaded images/previews show from cloud storage but not found when uploaded to local AW
- 0
- Self Hosted
- Web
- Storage
- Cloud
Q on image storage and retrieval with buckets. I have image file upload and retrieval working fine with AW cloud, also with image preview in a list. AW console and prototype app show images and image previews aok. However, when I upload images (successfully) to a local docker AW backend they show on the AW console, but in the prototype app listing available user uploaded images the preview images are broken and the main image links return {"message":"The requested file could not be found.","code":404,"type":"storage_file_not_found","version":"1.4.13"} File security is on. Are there some settings for local that need enabling in this case?
Is it possible that the user you’re using doesn’t have permission to view the image?
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...