Hi, when i delete a former attribute from a collection, and then i use the databases in a function or web, i get this error:
Invalid document structure: Unknown attribute: "formerAttribute"
this happened to me about a year ago too, and i had to delete the collection and rebuild it again, is there a way that this can be fixed? The function doesn't work at the moment because it gives me the error, and the attribute is not even being used in it.
I deleted it 2 days ago, now i fixed it with creating the attribute and its just there
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...