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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...