I have a collection with these attributes:
TypeScript
sender_id
subject
message_text```
When I add values to these attributes and save them, the data gets saved successfully. But in my Appwrite's UI, the `message_text` attribute does not show up alongside the rest of the data, as if it is not a part of the collection at all. I have to click on each saved document and navigate to the **Data **tab to view `message_text` and its attribute. Is this an expected behavior? This is my first time seeing an attribute and its values not get listed in the UI. All my other collections don't have this issue. Only this particular collection.
TL;DR
Issue: `message_text` attribute not showing up in Appwrite's UI for a specific collection.
Solution: This could be due to a UI bug or configuration issue. Check settings and configurations for the collection. If the problem persists, consider reaching out to Appwrite support for further assistance.Recommended threads
- rxdb integration code not working
https://appwrite.io/blog/post/offline-first-journal This code does not work with rxdb and appwrite packages set to february releases nor newest releases
- Costom domain Issues
Hi Appwrite team We’re having issues verifying a custom domain. We added the required CNAME and CAA records to our DNS provider and waited for at least 2 days a...
- No domain visible after creating functio...
Saw this in docs yet i have no domain (Pro): ``` Generated domains In the Appwrite Console's sidebar, click Functions. Under the Domains tab, you'll find the g...