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
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...