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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...