Can't see overview, data and activity
Hey 👋 Hmm, this looks rare. Can you please share your attributes here? THat might help investigate the issue. cc @Torsten Dittmann
Also if you can spot any errors in console (right click -> inspect element -> console), it would be great if you shared that with us
@Meldiron
Did you change an attribute to make it from not an array to an array?
I didn't, just trying to do relationship attribute. Was giving issues.
Wanted making it auto delete for other documents (cascade)
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...