
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
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
