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.
TL;DR
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.
D5
1 Oct, 2023, 13:32
You will need to handle that client side. Basically by adding an if condition that checks if the error corresponds to the user being blocked