
I'm using self hosted AppWrite v1.7.x. I've created a simple database collection which just so happens to have an attribute named "collection" defined as a String (max chars 100). When I create new documents and apply a value to this attribute all is fine, but when I view the list of documents via the console they are all "undefined". However if I click through onto the document itself, the value I wrote is stored. I've since renamed the attribute to "file_collection" and the list view of the collection works fine, so just thought I'd mention it. Is there a list of reserved attribute names (other than the ones with a $ prefix) defined anywhere?
Recommended threads
- Appwrite 1.7.4 Docker query error
I’m running Appwrite 1.7.4 docker image using the sdk-for-apple package. The collection has 16 documents if l run Query.limit(1) I get one record. But if I run ...
- (vcs.read) error when connecting github
when trying to connect my github app to gain access to the repo its showing this error: Error 401 User (role: guests) missing scope (vcs.read) general_unauthor...
- No access control allow origin -blocked ...
im not sure what exaclty im doing wrong - its my first time using appwrite - and im watching a tutorial about how to create a movie app and followed everything ...
