OGOriginal post
Rank 1: Thread
Hi everyone, I'm facing an issue while trying to update a field (profilePicId) in my Appwrite collection. When I attempt the update, I get the following error:
Invalid document structure unknown: 'location'
The strange part is that I defined the location field two months ago, and it's still showing as "processing" in the Appwrite console.
Summary
Issue with updating the 'profilePicId' field in Appwrite collection due to an error mentioning 'Invalid document structure unknown: 'location'.' The 'location' field defined two months ago is stuck processing in the console.
Solution: This error may occur due to discrepancies in the document structure. Double check the schema and ensure 'location' is properly defined before updating the field.