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
- Redis with user/pass doesn't work NO_AUT...
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...