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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...