I'm working on project where Appwrite is self-hosted. When I try to retrieve a list of database or any other query is not working I just get:
No response recorded
No logs recorded
An internal curl error has occurred within the executor! Error Msg: Operation timed out
The databases basically are empty
I did try it with postman and used the same Endpoint, API key, Project and it worked but with functions (PHP also tried with Node) is not working. I also created an account in cloud.appwrite.com just to test the code and it worked there also.
Can it be that there is misconfiguration in server side? Any help would be apricated.
Thank you