Hey, I just installed the appwrite one click install digital ocean droplet and setted the flutter app for that. I was trying SMS authentication. I am recieving OTPs on my phone number with setting up any provider such as twillio etc. What are the number and limit of Free SMS provided by appwrite?
Since you used the app installer from DO, can you look into the .env file? Is there anything in the sms provider variables?
Normally Appwrite does not provide SMS Providers within the default installation. I'm not entirely sure how it works using the installs in DO, however it sounds like they are filled in.
Okay. I will check.
@loks0n can you take a look here?
Are you sure you are using your DO instance from your flutter app?
Have you done client.set_endpoint("https://your-custom-domain-or-ip") in your app?
@yatharth, would you please see Luke's message ☝🏼
Recommended threads
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...