I am trying since morning but still unable to create attributes in collection. It keep on processing state.
Has it created yet?
Yes but why it was happening
There was database maintenance going on while you were creating the attribute. It takes about 30 minutes to complete so collections, database, projects, attributes, indexes, etc. Won't be ready until after if you started to create it during the maintenance. We're working on how to improve this
Attributes deletion was taking so much time earlier today. All bcs of this π
[SOLVED] Unable to create attributes in 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...