I created Node 16 starter function with the cli. Deployed, added env vars to it in the console. Added a custom domain to it, both checks are green (DNS).
Exec: any
no error when run manually.
Then I call it outside of the console and it throws general_argument_invalid.
Is there something specific about the body that I have to pass?
Thank you.
I am done trying proxy containers like funcover. Its docs are not well put together, IMO.
docker compose logs appwrite
appwrite | [Error] File: /usr/src/code/app/controllers/general.php
appwrite | [Error] Line: 67```
Okay
you added a custom domin to the function, not project?
I added a domain to .env (functions domain something). The project has no custom subdomains. The function is still reached.
wait so it looks like it's working...what's the problem?
No problem at all now. Having Functions as native webhook endpoints is awesome. .env has function endpoint set, The project does not , Each function does.
Sooo are you all good now?
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...