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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...