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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...