I cannot figure out how to use setSelfSigned(true) with my React Native client... it simply doesn't exist on any client. Tried the web client as well in a different app.
I believe setSelfSigned in only avaliable on server side sdks like node-appwrite
Hm. Appwrite is running in docker on my Macbook. I cannot access any files in my bucket from my client React Native app. Client is on the same Wi-Fi network.
For example a file url like https://192.168.2.15/v1/storage/buckets/audio/files/......etc
Will give me "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
i suggest either use HTTP instead of HTTPS or google how to handle self-signed certificates in react native
Sorry, I'm still a bit lost on this topic. I've switched to Ionic with React to create an Android app.
I simply can't get my app to connect with Appwrite. Realtime does not work nor do file URLs like the one above.
Am I right that i should self sign the certificate and set up Appwrite docker with this certificate. And also install the certificate on the client devices?
(I need complete off-line communication, so no cloud instance of Appwrite).
Recommended threads
- Appwrite not sending Emails
I’m running a self-hosted Appwrite instance (v1.8.1) and I can’t get invite emails to send when using the team invite flow described in the docs: https://appwri...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- reset password on expo app
Hi guys, has anyone here implemented the reset password functionality on a expo app? I have a two questions about it. 1. Do I HAVE to have a domain/webpage to...