I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema".
{
"27": {
"key": "sectionId",
"type": "string",
"status": "failed",
"error": "Attribute already exists in schema",
"required": false,
"array": false,
"$createdAt": "2025-06-13T11:59:07.359+00:00",
"$updatedAt": "2025-06-13T11:59:07.388+00:00",
"size": 32,
"default": null,
"encrypt": false
}
}
Is there any way to delete it and recreate it? Using self hosted 1.7.4.
When I try to update it in the console it says " The requested attribute is not yet available. Please try again later."
The attribute still exists in the _1_database_1_collection_15 table when inspecting the database, even when it has been deleted from the console
I deleted the attribute with ALTER TABLE _1_database_1_collection_15 DROP IF EXISTS sectionId; and now it can be created in the console without errors 🙂
Recommended threads
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- createCollection Deprecated
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...