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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...