Hello everyone,
I've encountered an issue with my Appwrite setup where querying the APIs does not return any error response (both client side - appwrite and server side - node-appwrite) in case there's an error in the request. Instead, it seems like the request is stuck running indefinitely until it times out.
This behavior is causing delays in identifying and resolving issues promptly.
Has anyone else experienced a similar issue with Appwrite APIs? Any insights or suggestions on how to address this problem would be greatly appreciated.
This issue started recently after I updated to version 1.5.7 from the previous one.
Thank you for your help!
Selfhosted? And what endpoint?
Self hosted. I am using the http://localhost/v1 endpoint
I meant what request are you trying to do? To which endpoint? Like getDocument etc.
all requests
What are the status codes? What does docker logs appwrite show?
This is all i see in my docker appwrite logs
I knew that appwrite wasn't connected to the database
cuz you got no response
check docker logs appwrite-mariadb
these are the mariadb logs
though I am able to receive a response after a successful request. But when the request is not successful, a response error is not returned
You mentioned you updated to v1.5.7. From what version? And did you execute the migration command?
all i recall it was v1.4.x . I don't remember the complete version.
I did execute the migration command
I followed the process as it's on the documentation
By the logs, seems like the system is upgrading something
Phase 1/8: Checking and upgrading mysql database
2024-06-11 23:34:11 Processing databases
2024-06-11 23:34:11 mysql...
though this indicates that it happened 2 weeks ago
and that is the latest data in the logs?
This is the docker appwrite logs to date (2024-06-11 to 2024-07-18)
what about appwrite-mariadb?
these are the docker appwrite-mariadb logs to date
When did you last restart your docker containers?
whenever I boot-up my computer. I almost do it everyday
Recommended threads
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...