Rank 3: Container
I am attempting to utilize appwrite functions, but I've noticed that the function is only triggered when performing deletion actions and not when creating new entries. Even after listening to all user events, I haven't been able to observe the function being called. I've experimented with different event patterns such as "users.", "users.create", and "users..create", but none of them seem to invoke the function when a user registers on my site. The trigger only executes when I delete a user through the appwrite panel.
