Los Feliz
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
- Adding documentId to relationship attrib...
I am creating a sports app. we have leagues that we have a league_teams attribute that is a relastionship with our league_teams collection. I used this code ...
- Appwrite Auth - Google consent screen is...
Hello all, I am integrating appwrite auth with oauth2 google login. In the consent screen I see "appwrite.io" website name but here I want to display my website...
- Can function events be triggered when de...
I am a developing an appwrite function locally. I am not sure how to add a trigger for bucket file creation events. I added in the appwrite.json into the events...