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
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...