
I need to have some demo phone numbers like 9999999999 for testing but do not want to trigger an otp sms. is there a way to add these numbers in auth? self host v1.4.13

Not when actually running Appwrite

actually...you might be able to use:
_APP_SMS_PROVIDER=user:password@mock

we use that in tests...the requests get sent to http://request-catcher:5000/mock-sms

hey this does not work. I used _APP_SMS_PROVIDER=+919999999999:123456@mock
but I could not login. I have created a feature request on github.

You don't get any request on http://request-catcher:5000/mock-sms
?
Recommended threads
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
