I am getting AppwriteException: null, Connection refused (0)
While trying to access database using functions on self hosted instance of appwrite.
I tried endpoint to my private ip, domain , localhost too but still getting error.
When using IP address it gives execution time out after giving it 9 minutes execution time still same error.
When using domain it says An internal curl error has occured within the executor: Error msg: Http invalid protocol Error code: 500
TL;DR
Developers encountering Appwrite exceptions while querying the database using functions on a self-hosted instance. Errors include "Connection refused", timeouts with IP addresses, and a "Http invalid protocol" error with domains. Experiment with different endpoints and ensure correct configurations for issue resolution.