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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...