Not sure what is happening. Had to keep refreshing for a bit for console to show. It's my dev env and I haven't used it in a few days. Some logs from the endpoint service "appwrite". [Error] Timestamp: 2024-01-03T04:23:53+00:00
[Error] Method: PATCH
[Error] URL: /v1/account/prefs
[Error] Type: RedisException
[Error] Message: read error on connection to redis:6379
[Error] File: /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php
[Error] Line: 56
[Error] Timestamp: 2024-01-03T04:23:53+00:00
[Error] Method: PATCH
[Error] URL: /v1/account/prefs
[Error] Type: RedisException
[Error] Message: read error on connection to redis:6379
[Error] File: /usr/src/code/vendor/utopia-php/queue/src/Queue/Connection/Redis.php
[Error] Line: 56
Any ideas? Version 1.4.13
"appwrite-usage" service shows a failed connection as well.
What do your redis logs say?
Nothing stands out. I do see this but it's old. 1:M 21 Dec 2023 17:54:47.045 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
what are the specs on your server?
and was the error on the first load of appwrite?
VM I think 4 cores and 4gigs ram. Nah, first load just no response, second I think showed some appwrite of console but with 50{X} response, and third showed console.
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...