I updated my appwrite to version 1.3 after which the appwrite-webhook-proxy errors with
{
"code": 0,
"error": "Failed to connect to 192.168.1.97 port 80 after 75008 ms: Connection refused",
"body": null
}
Following are my environment variable.
WEBHOOK_PROXY_APPWRITE_ENDPOINT=http://192.168.1.97/v1
WEBHOOK_PROXY_APPWRITE_PROJECT_ID=test
WEBHOOK_PROXY_APPWRITE_FUNCTION_ID=test
Appwrite Webhook Proxy stopped working for appwrite v1.3
This is inside your function? is this address http://192.168.1.97/ is your Appwrite address?
I think it won't be accessible from a function as this is a local address.
Also,
- From what version?
- Have you run migrate?
nope, this is not inside the function, I am using the default setup for my function test
It was stupid, I had the wrong ip WEBHOOK_PROXY_APPWRITE_ENDPOINT
Can we set this issue as solved?
how do you do that?
[SOLVED] Appwrite Webhook Proxy stopped working for appwrite v1.3
Recommended threads
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...