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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- 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...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...