Is it normal behavior to call the .updateDocument() and for $updatedAt to never be updated? The response i'm getting when calling that function is showing the same timestamp for both createdAt and updateAt. I checked in the GUI and can confirm that the timestamps are the same, regardless if .updateDocument() is executed. What would cause this? The column/table that gets hit isn't changed with any new values most of the time, but I still want updateAt to update itself. This used to work fine in the 1.3.x version, now using 1.5.4 and it doesn't work anymore.
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...