Hi team,
I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the Collections UI, the document gets created without a $id — it’s literally empty.
I’ve already tried:
- Restarting the Appwrite instance
- Refreshing the browser / logging out and back in
…but nothing helps.
This happens only through the console; I haven’t tested SDK/API yet. The document seems “created,” but the ID is missing, which makes it unusable.
Environment:
- Appwrite version: appwrite:1.7.4 / appwrite/console:6.1.28
- Self-hosted
Is anyone else seeing this? Could be a UI bug or something wrong with the instance.
I don’t recall seeing any reported issue like that. It shouldn’t even be possible on the API level. Is the document created properly or you get an error?
Regardless, I would recommend upgrading to the latest version
Hi, thanks for the suggestion.
I’ve already upgraded to the latest version, but the issue persists. Creating a document via the Collections UI still results in an empty $id. No error is shown — the document appears created, but the ID is literally blank.
This only happens in the console; I haven’t tested API/SDK yet.
Recommended threads
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Guidance to safely upgrade Appwrite to l...
One of my old Flutter projects runs on a DO self-hosted Appwrite. Currently it's on appwrite: ^15.0.2 dart_appwrite: ^15.0.0 The app is live on the Play Stor...
- free plan limit
Hello! I’m currently on the free plan and still in development. I’m unable to use the database because I’m getting the following error: “Resource limit for your...