HELP ... I am using the phone auth functions as provided in the docs to request for the OTP sms, the smss aint coming through.
I tried upgrading the appwrite SDK from 11.0.1 to the pre-release version 12.0.0-rc.4. and the Pre-release version doesn't have the " account.createPhoneSession() and the account.updatePhoneSession() " functions, they are not available.
using the 11.0.1, I am getting the userId from the session token, just not the OPT smss.
days ago, this was working alright
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...