I'm getting that weird error in logs, and not sure what does that means
Example
appwrite | [2023-10-17 16:33:41 *14.3] NOTICE ProcessFactory::end() (ERRNO 1005): session#1021 is closed
appwrite | [2023-10-17 16:33:41 *17.6] NOTICE ProcessFactory::finish() (ERRNO 1004): send 999 bytes failed, because session#1029 is closed
appwrite | [2023-10-17 16:33:41 *17.6] NOTICE ProcessFactory::finish() (ERRNO 1004): send 990 bytes failed, because session#1029 is closed
appwrite | [2023-10-17 17:58:25 *2099.0] NOTICE ProcessFactory::end() (ERRNO 1005): session#1082 is closed
appwrite | [2023-10-17 17:58:25 *2099.0] NOTICE ProcessFactory::end() (ERRNO 1005): session#1070 is closed
appwrite | [2023-10-17 17:58:25 *14.3] NOTICE ProcessFactory::finish() (ERRNO 1004): send 999 bytes failed, because session#1073 is closed
appwrite | [2023-10-17 17:58:25 *14.3] NOTICE ProcessFactory::finish() (ERRNO 1004): send 990 bytes failed, because session#1073 is closed
appwrite | [2023-10-17 17:58:25 $8.0] WARNING Server::check_worker_exit_status(): worker(pid=2104, id=2) abnormal exit, status=255, signal=0
weird...i've seen this before when something between the client and appwrite kills the conection π§
Realtime?
the appwrite container shouldn't have anything about realtime
Then no idea what it could be π€
I'm starting to think someone is trying to attack my server
Okay, I think I can discard the hypothesis
For now I don't see any request that points to be malicious
No idea then what this could be
Also, what's this?
appwrite | [2023-10-17 17:58:25 $8.0] WARNING Server::check_worker_exit_status():
Okay, not at all π
Could the error be due to cloudflare blocking traffic?
possibly if the connection starts but then cloudflare cuts it
After a deep investigation, yes, that was it
[SOLVED] Process factor x session x is closed
Closing this since it's not an issue that we need to fear about for now
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...