When I try to update the document, I get an error, luckily I found a workaround after I checked the docker log... but it would be useful to handle this error by preventing it or showing more detaisl when it happens
[Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId
[Error] Type: Utopia\Database\Exception
[Error] Message: Invalid value for relationship
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
TL;DR
Developers face an error "Invalid value for relationship" when updating a document in the database. A workaround was found by checking the docker log, but it would be helpful to prevent or provide more details on this error.