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
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error