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
TL;DR
Developers having trouble receiving OTP SMS for phone authentication. Attempted upgrading SDK to 12.0.0-rc.4, but essential functions were missing. Stick with 11.0.1 for now. Issue might be related to recent changes in the SDK.