hello, can any one please disable my function, i have deleted it and its still runing i was actually trying new stuff out with appwrite i have even restarted my phone just to make sure i stop the notification for comming it yet, it still persist.
can you please disable it
okay, i have disable function from setting but how come i deleted the function, it still keep runing????
Now i cant delete data on this collection....
are there way to wipe off all the data in a collection??
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- 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...