#Property 'setSelfSigned' does not exist on type 'Client'.
3 messages · Page 1 of 1 (latest)
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