I noticed an issue when one of my tables reached over ~800 rows. That table is relational to my users table
Within the console I am able to view the table with over 500 rows, but when viewing the users table I get 400 Invalid query: Query on attribute has greater than 500 values: $id, This only happens in the console or when I use listRows while querying one of the columns in the 500+ rows table. (I cant check but my guess is 1 user has over 500+ themselves) Which I know I can use paging, although this directly affects the console.
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...