AppwriteException: , ClientException with SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = localhost, port = 59880, uri=http://localhost/v1/account (0)
I added the Internet permission in the Manifest file, restarted the app and still got same error 😞
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- 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...