
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
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
