The issue is that I cannot delete a relationship attribute in a collection. Its status appears as "stuck". It got into this state after I attempted to delete it.
Deleting the attribute returns a success message in the UI, yet the record remains in the same state. I checked the HTTP response and the error I see is "Attribute not found".
I'd rather not delete the collection, I can't afford to do this. it's too complicated to have to recreate the whole thing again. Thank you for any help.
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...