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
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...
- Every new table and column I create says...
Every new table and column I create says "processing" and nothing progresses.