Rank 1: Thread
This has been like this for over 24h now; Have tried restarting the instance, via docker-compose down, etc; Nothing seems to work;
Any idea on where to look?
There is maybe 50 documents or so, so its not taking this time to process those
I now get the below error when trying to insert a document into the skuids table [that does not seem to have the product attribute visible at all yet]
appwrite | [Error] Timestamp: 2024-04-23T18:41:17+00:00
appwrite | [Error] Method: PATCH
appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Invalid document structure: Unknown attribute: "products"
appwrite | [Error] File: /usr/src/code/app/controllers/api/databases.php
appwrite | [Error] Line: 3501
appwrite | [Error] Timestamp: 2024-04-23T18:42:51+00:00
appwrite | [Error] Method: PATCH
appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: The document data and permissions are missing. You must provide either document data or permissions to be updated.
appwrite | [Error] File: /usr/src/code/app/controllers/api/databases.php
appwrite | [Error] Line: 3357
appwrite | [Error] Timestamp: 2024-04-23T18:42:53+00:00
appwrite | [Error] Method: PATCH
appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Document with the requested ID could not be found.
appwrite | [Error] File: /usr/src/code/app/controllers/api/databases.php