Hi guys,
I have an attribute stuck in 2 of my collections, I logged into my mariadb to delete this attribute manually. But in the mariadb table I cannot find this specific attribute. I just found in another collection a number instead of an attribute name. Could this be that this is my "stuck" attribute somehow??
The "other" collection where I see this number was recreated because of the "stuck" attribute. In the console is here everything normal.
To understand this: I have 2 collections which have a attribute relationship called "connections" to a collection named "connections" - xD In this "connections" album I found the numbers in the mariadb. In the 2 collections is the "stuck" attribute showing up....
I hope you can understand this - thanks
What's your appwrite version?
What was the status before stuck?
What do the Details say?
sorry for late response - I have appwrite version 1.5.3
actually I have no information about this - This did someone else - I cannot retrieve this info
What details?
Actually I made some progress - I found the attribute with the command you see in the picture(hope you can se this)
you can see here the error "Attribute not found"
I already deleted this attribute via command "delete from ...." but then actually I were not able to use this collection again, because if I wanted to create a new document - it still required this "connections" attribute but there was no field to fill in... so the whole collection was now useless. Also the entry in the attributes section of the collection was still there.... Luckily I made a backup before π and then I just restored it.
So I think there must be more fragments of this attribute in the database - you have any idea where?
Thanks.
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...