Rank 1: Thread
basically when I run and debug it, there is no issues until line 57
Votes
1
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
basically when I run and debug it, there is no issues until line 57
Rank 1: Thread
Rank 1: Thread
which means line 56 with the authentication works
Ya seems like a network problem. Maybe your manifest change didn't apply
Rank 1: Thread
as you can see the _login() is called in the line 82
Rank 1: Thread
You can also test by adding the http package and testing a get call to something like google.com
Rank 1: Thread
you are right
Rank 1: Thread
I tested with google.com, I get the same error
Rank 1: Thread
no sorryI take it back
Rank 1: Thread
Rank 1: Thread
the response contains a 200. After that if I get to the next step in debug mode I got this:
Rank 1: Thread
Rank 1: Thread
the issue is with the host
Rank 1: Thread
Rank 1: Thread
is https://cloud.appwrite.io/v1 the right endpoit?
Rank 1: Thread
endpoint?
Rank 1: Thread
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?
Rank 1: Thread
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
Rank 1: Thread
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...