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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...