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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...