Error: AppwriteException: Network request failed using local Appwrite Installation
Because of the rate limit of the cloud version of Appwrite i installed and have set up Appwrite locally. Everything worked and i implemented the project structure like in the cloud. Now when i try to open a connection to my local appwrite it says [Error: AppwriteException: Network request failed]
.
appwrite list.users search query
I am trying to use list.users to find the user id for a specific email from appwrite-dart package but it is not working.