HexiOriginal post
Rank 3: Container
How can I avoid the standard appwrite error? So when someone is blocked it doesn't say: The current user has been blocked. You can unblock the user from the Appwrite console.
Summary
The user wants to know how to check if a user is blocked without receiving the standard Appwrite error. The solution is to handle this on the client side by adding an if condition to check if the error corresponds to the user being blocked.