
I've got a function that runs every 10 minutes. I just noticed that this morning it's been failing with this error, any idea what could cause this?
I am self hosted, version 1.3.8 on Digital Ocean.
my.domain.com redacting my actual domain.
at Client.call (/usr/code-start/node_modules/node-appwrite/lib/client.js:177:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Users.list (/usr/code-start/node_modules/node-appwrite/lib/services/users.js:40:16)
at async module.exports (/usr/code-start/src/index.js:50:25)
at async /usr/local/src/server.js:68:13```

This is some network/DNS error 🤷♂️

Yea /: That's just out of my wheele house. I restarted the docker container and it seemed to fix. I guess I was really looking for why it happened and what I could do to prevent it.

Not sure but I don't think it's Appwrite related. Could be your DNS or internet or vps 🤷♂️

Oh well, thanks for replying!
Recommended threads
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
