
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
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
