Can send phone authentication requests from Website on PC but XMLHTTP error on WEB android browser
- 0
- Self Hosted
- Flutter
I am running phone authentication on my website and when I try to Send OTP it is going fine when I do it on any browser on PC but when I do it on phone it's giving me XMLHTTP Request error. Now since it is android I cannot tell if it's a CORS error. If someone can help me I will be highly thankful.
To mention I am using Appwrite 1.5.5 and SDK version is 12.0.4. Also when I trying to send SMS from localhost, it is giving me the same XMLHTTP error when using "https" on end point but is working fine on "http" end point. Similar things is happening on live website, it's working for "https" and not "http". I have used client.setSelfSigned(status: true) as well.
Recommended threads
- 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}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...