Hello, I have an issue with appwrite collection ID. Usually, when collection is created, you get an access to collection ID. Unfortunately, this ID is not displayed when I created a new table (collection), it does only display an lowercase name of the collection.
Since appwrite is migrating to the paid plan, I see that attributes are now called columns, and I have set an attributes and permissions, just to be sure.
Is this a restriction for a free plan? Couple of days ago, creation a new database and collections inside provided an ID for each, but now only creating a collection doesn't provide a premade ID.
Picture will be attached down below. Thank you in advance.
Hey, the ID for that table is user. By default we now use the table name as the ID. It can still be customised when creating, regardless of plan
Recommended threads
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- NEW ERROR Invalid document structure: At...
Error: ```AppwriteException: document_invalid_structure, Invalid document structure: Attribute "pb.kmsgxPkgInfo.id_info" must be an array (400)``` I’m encounter...