So I'm trying to subscribe to events on db side using realtime but throws an error regarding -> The operation couldn’t be completed. (NIOSSL.NIOSSLError error 12.)
Currently using nginx proxy manager and cloudflare for selfhosting -> could this be an issue here for it?
TL;DR
Developers are experiencing an issue with the realtime support not working on iOS. The error message "The operation couldn’t be completed. (NIOSSL.NIOSSLError error 12.)" is displayed. The problem could be related to using nginx proxy manager and Cloudflare for self-hosting.TypeScript
func showAllDrivers() async throws {
let subscription = try await appwriteClient.realtime.subscribe(
channel: "database." + CustomEnvironment.databaseId + ".collections." + CustomEnvironment.driverCurrentLocationCollectionId + ".documents") { resp in
print(String(describing: resp))
}
}
Recommended threads
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?