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
- Deploying Function fails after several d...
I get the below issue on deploying to self hosted appwrite 1.8.0 functions, restarting the docker compose, or waiting a while, fixes it but is annoying. Any ide...
- OAuth login not working on deployed app ...
Hey there, I've been dealing with an issue where I cannot use OAuth on my deployed app - locally everything works fine. I am using react-router in Framework Mo...
- One org lost all data out of 13 org's af...
> https://<domain>/v1/storage/buckets?queries%5B0%5D=%7B%22method%22%3A%22limit%22%2C%22values%22%3A%5B6%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22offset%22%2C%...