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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...