Selfhosted. v1.5.8.
Why is this not allowed? ID is from a different function. Screenshot is from the event trigger menu and according to the doc https://appwrite.io/docs/advanced/platform/events it should work. Is this intended?
I assume that is in place to prevent some infinite loop but is the whole function event trigger disabled by default then?
Ya, it's to help prevent infinite loop. We may have forgotten to update the Console 😬
<:PES_SadGe:814280618959568896>
It's fine I found a workaround 😢
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...