
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
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
