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
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...