How to catch when Appwrite's server is down uses Java and Android? Is it possible?
Yes, if it throws an error not related to connection, but server (5xx error) you show server is down or something similar
But my app catch only java.net.RuntimeException: timeout
My internet is working 100%
Is it possible that I'll catch server's status from my app?
Before account's API operations
Then you could consider timeout as server error. It's the only way. Another option could be integrating an API (for example better uptime) with your app or using a library to check connection. If connection is successful but you see a timeout, throw sevre refror
I'll try it and after message about results
(edited) π
Recommended threads
- 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...
- there is critical problem in this part
when user update the integer and double both get error not update or upload
- 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?