Hello beautiful people! It’s been a while — I retired at 27, but now I’m back! 😊
I’m running into an issue with Appwrite in Flutter. I used an older version before, but today I updated to:
appwrite: ^20.0.0
Here’s the problem: When I call:
await account.createPhoneToken()
I get an error saying “email required”, even though we know that creating a phone token shouldn’t require an email. Why is this happening?
Also, updatePhoneSession seems to be deprecated.
What’s the recommended replacement for it in the latest version?
Any help would be appreciated!
Recommended threads
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...