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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...