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 When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?