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
Recommended threads
- can someone explain the custom domain is...
- Running Appwrite + several clients in a ...
Hi all 👋 My next project is a bit of a special one. Before I start diving into development, I need to make sure that I will be able to achieve this with Appwr...
- Network request failed
So I've swapped from hard-coded variables with my self-hosted instance endpoint for example to env variables as I wanted to deploy to prod. After doing this sud...