1.8.1 - Databases - inline updating a row column does not update $updatedAt
- 1
- 5
- Self Hosted
- Databases
When updating a database field via the inline edit method, the $updatedAt column does not get updated. Only if the row is updated by the "Update" interface (the right sidebar), the $updatedAt column gets properly updated.
I can help! The issue is that inline edits aren't triggering the automatic $updatedAt timestamp update, while sidebar updates do. Are you using Appwrite's built-in database, or is this a custom implementation? Also, which version are you running?
Built-in database, Appwrite v1.8.1
I can definitely fix this for you. This is a known issue in Appwrite v1.8.1 where inline edits bypass the automatic timestamp update mechanism. I'd be happy to help you resolve this properly. Could we discuss this privately? I can provide a solution tailored to your specific setup and ensure the $updatedAt field works consistently across all update methods. Would you like to connect via DM to discuss the details and my availability?
I am facing similar issue. Any update on this <@587722386237947948> ?
Can we NOT redirect people to DMs for solutions?
This seems to be a big in appwrite console itself. Check if there is an issue open for it, if not open one please.
Created a bug report: https://github.com/appwrite/appwrite/issues/11151
<@587722386237947948> <@952258604990365716> I think this got fixed on future updates. Please, make a backup, then edit in the docker compose file the console container version to a more recent one.
before I do that, can you please confirm that Console v7.6.13 will work with Appwrite v1.8.1? v1.8.1 is currently bundled with v7.5.7.
Can't confirm as they're not in sync with self-hosting versions, that's why I recommend trying after performing a backup different ones until finding a perfectly working one π
ok, but if this was fixed, can you at least provide the bug ID so that we can confirm that it was indeed fixed and in which version, before I blindly update my instance just b/c you think it was fixed? π Or better yet - link the bugfix directly to the reported issue above.
Ther's not a single issue, but I think this one is related: https://github.com/appwrite/console/pull/2698
Maybe <@831428608895615056> can point us better π
In cloud it's not happening afaik
That's why I think it was fixed
ok, thank you very much for the help!
Recommended threads
- Accessing Database via Console
Hi everyone, I am running a self-hosted Appwrite v1.9.0 instance. When I click on one particular database in the Console, a loading indicator appears at the top...
- Apple OAuth2 settings auto-disable every...
Hello, I'm on Appwrite 1.8.1 at the moment. I'm using on prod Apple Oauth and it keeps disabling itself every night. I don't know where to look for the solutio...
- Sites settings shows ALL build runtimes
When looking at the build runtimes of site to update from node22 to node24, i saw that unlike the Functions the Sites shows ALL build runtimes, even non-install...