Meldiron / appwrite-webhook-proxy

A simple HTTP server behaving as proxy between webhooks and Appwrite Functions.
30 stars 2 forks source link

Connection refused after I updated appwrite #8

Closed eldrig0 closed 1 year ago

eldrig0 commented 1 year ago

I updated to Appwrite 1.3.4 too and it did not work for me too

{
"code": 0,
"error": "Failed to connect to 192.168.1.97 port 80 after 75008 ms: Connection refused",
"body": null
}

These are my .env variables

WEBHOOK_PROXY_APPWRITE_ENDPOINT=http://192.168.1.97/v1
WEBHOOK_PROXY_APPWRITE_PROJECT_ID=test
WEBHOOK_PROXY_APPWRITE_FUNCTION_ID=test
eldrig0 commented 1 year ago

It was stupid, I had the wrong ip WEBHOOK_PROXY_APPWRITE_ENDPOINT