I have an Appwrite instance deployed on Oracle Cloud. The subnet rules of Oracle Cloud are set to allow requests to the instance over port 80 and as well as 443. Everything works fine, except that the functions don't get triggered on users.*.sessions.*.create event. I have set the firewall rules of the instance (Ubuntu VM) to allow traffic over port 80 and 443 as well. Tried the same in Appwrite Cloud as well but the function doesn't get triggered for the same event.
Someone has opened a similar issue on GitHub as Well:
https://github.com/appwrite/appwrite/issues/7101
Functions don't get triggered on the phone auth events
Thanks for opening the thread here. Would also request you to keep an eye in the GitHub issue, since one of our engineers is helping there.
Yes I am following that thread
[CLOSED] Functions don't get triggered on the phone auth events
Recommended threads
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...
- Setup custom domain on selfhosted behind...
Hello everyone, can anyone help me to setup a custom domain on a selfhosted appwrite instance thats running behind cloudflare tunnels? Current setup: Appwrite r...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...