Hello, I wonder if once databases.deleteAttribute returns, is the attribute being processed to delete or already deleted. What I did is databases.deleteAttribute().then(() => { databases.createBooleanAttribute()}) to reset all fields in this attribute daily and my observation is that sometimes appwrite throws "Attribute with the requested key already exists". I am on appwrite 1.5.7, node-appwrite 12.0.0 btw.
Recommended threads
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- The file size is either not valid or exc...
Hello, I am receiving the following error when I am trying to deploy a function from my local. ``` > appwrite push functions --function-id xxxxxxxxx ℹ Info: Va...