I am trying to update the email of a user and after doing that updateEmail the user is getting blocked for some reason
TL;DR
Developers are experiencing issues with the `updateEmail` function causing users to get blocked after trying to update their email. Please verify the `updateEmail` logic and ensure it is functioning properly. Check for any potential triggers that might be causing users to be blocked after the email update.TypeScript
Future<bool> updateEmail(String email, String password) async {
try {
await account.updateEmail(email: email, password: password);
return true;
} catch (e) {
if (kDebugMode) {
print(e);
}
return false;
}
This is the function I am using for the updateEmail
I am getting old email and password of the user
and the user is getting blocked somehow
Images:
@D5 Can you take a look into this
Recommended threads
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...
- [Bug] Appwrite Auth User Prefs
User prefs are decoded as blank although there are plenty of data and add preference button not working in this case
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard