AppwriteException: , Failed host lookup: 'appwrite.aleksandar-babic.com' (0)
I added <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
to my manifest but still have the same issue
Are you sure you can access the URL?
And what did you have set as the endpoint?
this url "https://appwrite.aleksandar-babic.com/v1" doesn't work
so does this endpoint exists?
It does not
how to know this? i just followed the quick-start tutorial and copied this from there
Did you set up the domain?
here is what i did uptill now
Are you self-hosting appwrite or you're using https://cloud.appwrite.io ?
I do not see the code you've written anywhere here
this code coppied from the tutorial i followed while creatinf the project
yes, i have a project with project id and api key
This code did not come from the tutorial you linked.
data was automatically wrtten while creating the prokect
problem fixed
thanks ๐
[SOLVED] Hello, Can anyone help with this error?
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, Iโm using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...