Rank 1: Thread
I'm learning how to use appwrite and wanted to create a windows application which uses appwrite.
The appwrite server is self hosted locally and I have sucessfully used the auth functions on an Android emulator.
I'm using Flutter and Dart to create a Windows version of the app, but I'm unable to actually connect to the appwrite instance.
The following is the endpoint that I'm using (which I'm guessing is the issue):
Can someone help with this?