
Hey is it possible to use webhook in a local network? I just have the IP of the webhook server but Appwrite asks for a public domain...

Yes, there should be no issue with using an IP address as the domain for a webhook.

but why does it not let me...

would it be a problem when it runs on the same server appwrites is on?

Ooh, looks like Appwrite won’t let you - pretty sure that a bug. Could you please open an Issue on GitHub?

Shouldn’t be - unless it’s another Docker container, in which you might need to figure out the networking

okey it is just on the server so it should be fine

did it and I get following error btw:
appwrite | [Error] Timestamp: 2024-04-18T07:43:23+00:00
appwrite | [Error] Method: POST
appwrite | [Error] URL: /v1/projects/:projectId/webhooks
appwrite | [Error] Type: Utopia\Exception
appwrite | [Error] Message: Invalid url
param: 1. Value must be a valid URL with following schemes (http, https)
appwrite | 2. Value must be a public domain
appwrite |
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php
appwrite | [Error] Line: 774

Yes, I tried and got the same error. As I said, I’m pretty sure that’s not intentional - could you please open an Issue on GitHub?

already did 👍

Great
Recommended threads
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
