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
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...