What's a good way to check if my web fronted has successfully connected with the Appwrite server?
TL;DR
The user wants to know if the Appwrite SDK provides a way to check the connection status. One suggestion is to make an API call like `account.get()` to test the connection.
Drake
18 Dec, 2023, 00:09
Why?
You could just try to make an API call like account.get()