
When i try to execute my function on self-hosted i get the following error message: Error: connecting to 192.168.x.x:80: connecting to 192.168.x.x:80: dial tcp 192.168.x.x:80: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
I get this after upgrading from 1.4.2 to 1.4.3
At first it was just timing out, so i tried increasing the timeout value, which resultet in this error.
This code seems to be the culprit const userAccount = await account.get();

Nevermind, installed new wifi yesterday, so new ip 馃檭

[SOLVED]A connection attempt failed when trying to execute function
Recommended threads
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: {聽聽"name":聽"upload-whitelist",聽聽"type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
- Permissions for bulk operation
Hi team, I have a question: 鈥淚n the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
