
can not connect to appwrite. using digital oceans version: 1.4.13 platform macos, trying to connect to macos I didn't have a problem on windows.

Is Internet connectivity allowed for your macos app?
Maybe you can try testing an HTTP call to something else to verify.

Hey, you are also using https with an IP, this is a common mistake and will 99% of the time give an error due to SSL/TLS certificate issues. Might that be it?

You also have a typo (i think) in your code (side note), as it's called "endpoint", not "endpont" 😄

I tried this mr Steven and its just the same, its just been a week that I'm using mac and I have to deploy it for macos, so Im not really sure how solve that

hey bro, thanks for your note, I have tried your method it gives me this error. what explain what do you mean by TSL/SSL, I don't have information about it?

I meant try requesting https://google.com or https://jsonplaceholder.typicode.com/todos/1 to confirm you have internet connectivity.

maybe this is because you're missing the protocol (https://
)?

I think you are right I can’t even connect to internet inside the app, I even tried network image provider it didn’t work. But I dont know where to allow that connection, is it about firewall?


Also, are you calling client.setSelfSigned()
? and using https?

I was searching hours I couldn’t see that. You are really a great man, thanks 🙏 @Steven

you need to work on your search skills 😜

Holly shit, what I was even doing 😂 I was really worried I have to deliver the app next week. Much appreciated

[SOLVED] Connection failed (0)
Recommended threads
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- Broken message
https://github.com/appwrite/appwrite/issues/10081 I just realized that I can just build appwrite myself, was this bug fixed in latest dev release?
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
