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 send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...