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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...