Hi, I created an app using Web template. I developed it using Expo and had no problem during development, however, once I uploaded it to Apple Connect and used TestFlight to test the app before realising it, seems to lose connection with the data base. I am using appwrite SDK and I am afraid it is not compatible. If anyone knows something about it please help me.
Any way you can get the error message?
Did you enable internet permissions?
Yes, I did
maybe adding the .setSelfSigned(true) might make the difference?
Take in mind that I am using Web SDK instead of apple’s
Web doesn't have that. And you shouldn't use that if your server has a valid SSL certificate
Recommended threads
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...