
Hi, I have spent a day trying to figure out why my expo react native app works getting a zipped file from appwrite storage on ios, but not on android. On android appwrite returns a 404 (a 200 ok with ios). I use storage.getFileDownload to get the url and FileSystem.downloadAsync(remoteFileUrl.href, localFileUri) to get the file. I.e same code for both. Then I started to check a bit under appwrite console and storage for the file - permissions. It had ticked read for all users which I guess is correct. Then I added read for guests, and then it started to work for android! Then I removed guest permission so read for users is on only again as it should. Then it continued to work for android and still for ios .. So this is a bit worrying .. (The test user is authenticated and confirmed.) So I believe this should be looked into by some of you clever Appwrite designers? If not a known issue already? In a couple of months I will release my paid app for both android and ios and I have some worries if I dear to stick with appwrite. Is there any date settled it will go from beta to full production when you host it for us? I know I can run it myself also as a docker image, tried it works fine.
Recommended threads
- Appwrite realtime stopped working all of...
In our production environment, Appwrite Realtime suddenly stopped working and no updates are coming through , can you confirm if there are any known issues?
- Create platform and can not connect ping
I created a new platform but when I cloned the source, I didn't see the lib/... folder, only env. Then I created a .env file and added those files, then pinged ...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
