Rank 1: Thread
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