Hi,
Im triying to execute a standart function. I recive this Error:
Error: connect ECONNREFUSED xx.xx.xx.xx:443 at Client.call (/usr/code-start/node_modules/node-appwrite/lib/client.js:178:23) at processTicksAndRejections (node:internal/process/task_queues:96: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:61:14) at async /usr/local/src/server.js:68:13
This error occured, after if I use this code-snipped: const user = await users.list();
Any idea?
that is my index.js
Have you added your server ip as environment variables with https?
i tried this in appwrite frontend
I put also the IP as hostname
for the Enviroment variables i put the endpoint with https and /v1 in the end
like this https://sub.domain.de/v1
Yep. That's looks good
but its not working, same error
problem solved: I used local IP like 192.168.x.x
[SOLVED] Error: connect ECONNREFUSED (Functions)
Recommended threads
- I'm getting error Invalid `url` param: I...
``` 2025-10-26T12:52:02.292Z [error] AppwriteException: Invalid `url` param: Invalid URI. Register your new client (vercel.com) as a new Web platform on your pr...
- Unknown column 'sourceSize' in 'field li...
After migrating from 1.6.1 to 1.7.4 I noticed this message in the logs: `appwrite-worker-stats-resources | 2025-10-26T10:32:38.289577112Z Failed: SQLSTATE[...
- Invalid document structure: Missing requ...
After migrating from 1.6.1 to 1.7.4 I noticed this message in the logs: appwrite-worker-audits | 2025-10-26T11:15:24.062537020Z Error processing a...