When I send OTP to the mobile number for authentication it is not sending in the first try always needs to resend OTP.
Are you able to check the network logs to verify the API call is made twice?
I don't know how to check api log, I am asking for .createPhoneSession, I need to call .createPhoneSession twice for OTP.. but now it is working in 1st try
Again not working .createPhoneSession after more than 2 tries. Why this happening?
Is this a web or mobile app?
React native mobile app
Means web
So you should be able to use some dev tool to see the network requests your app is making, right?
No problem in network, checked it
Today, again not getting OTP on mobile number after so many tries
Recommended threads
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Get Started - Web is broken
Trying to complete the get started tasks since the "66%" was finally getting to me, and clicked on "web", was met with: ``` Uncaught TypeError: Cannot read prop...