Appwrite Exceptions while querying database Dart SDK - Functions
- 0
- Self Hosted
- Functions
- Databases
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
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...