
basically when I run and debug it, there is no issues until line 57


which means line 56 with the authentication works

Ya seems like a network problem. Maybe your manifest change didn't apply

as you can see the _login() is called in the line 82


You can also test by adding the http package and testing a get call to something like google.com

you are right

I tested with google.com, I get the same error

no sorryI take it back


the response contains a 200. After that if I get to the next step in debug mode I got this:


the issue is with the host


is https://cloud.appwrite.io/v1 the right endpoit?

endpoint?


yup, try using a vpn or a different ip to see if you are being restricted.

I checked : https://cloud.appwrite.io/v1/health/version and it seems to be working fine.

This is the right endpoint. What happens if you browse to cloud.appwrite.io on your device?

I tried using vpn being connected from different countries, pinging does not work. But I have access to the page if I use my browser in my laptop

yes, also in chrome in the emulator I have access to the page

You only ping a hostname. Not a url

Weird...I don't know why you aren't able to lookup the hostname in your app...
Recommended threads
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- Appwrite database is rounding int values
Hi, i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github iss...
- OAuth fails with Invalid Response or inv...
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it...
